Add spellchecking for camelCase, PascalCase, and kebab-case
This commit is contained in:
parent
3f54084d14
commit
66b4a06e87
9 changed files with 40 additions and 8 deletions
|
|
@ -6,8 +6,8 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import appSettings from "./displaySetttingsComponents/appSettings.vue";
|
||||
import streamSettings from "./displaySetttingsComponents/streamSettings.vue";
|
||||
import appSettings from "./displaySettingsComponents/appSettings.vue";
|
||||
import streamSettings from "./displaySettingsComponents/streamSettings.vue";
|
||||
|
||||
// Export main app
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue