We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae5ddc commit 7813c56Copy full SHA for 7813c56
src/components/component.route.ts
@@ -17,7 +17,7 @@ export const routesConfig = [
17
{
18
path: 'color',
19
component: ColorComponent,
20
- meta: {nodisplay: true}
+ meta: { nodisplay: true }
21
},
22
23
path: 'theme-guide',
src/shims.d.ts
@@ -0,0 +1,5 @@
1
+declare module '*.vue' {
2
+ import { ComponentOptions } from 'vue'
3
+ const componentOptions: ComponentOptions
4
+ export default componentOptions
5
+}
0 commit comments