We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e6abb commit 698686cCopy full SHA for 698686c
.eslintrc
@@ -3,5 +3,6 @@
3
"rules": {
4
"vue/multi-word-component-names": "off",
5
"@typescript-eslint/consistent-type-definitions": ["off"]
6
- }
+ },
7
+ "ignorePatterns": ["**/*.md"]
8
}
docs/content/2.get-started/1.guide/2.setup.md
@@ -65,7 +65,6 @@ import 'vue-final-modal/style.css'
65
export default defineNuxtConfig({
66
css: ['vue-final-modal/style.css'],
67
})
68
-
69
```
70
71
## Add `<ModalsContainer>` to Vue tree
0 commit comments