Skip to content

Commit

Permalink
disable spellcheck for angular and vue
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Aug 26, 2024
1 parent 1204ca0 commit f8c4f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<body spellcheck="false">
<app-root></app-root>
</body>
</html>
2 changes: 1 addition & 1 deletion packages/survey-creator-vue/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<body spellcheck="false">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down

0 comments on commit f8c4f1c

Please sign in to comment.