File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import Layout from './Layout.vue'
1515export { default as VPBadge } from './components/VPBadge.vue'
1616export { default as VPButton } from './components/VPButton.vue'
1717export { default as VPDocAsideSponsors } from './components/VPDocAsideSponsors.vue'
18+ export { default as VPFeatures } from './components/VPFeatures.vue'
1819export { default as VPHomeContent } from './components/VPHomeContent.vue'
1920export { default as VPHomeFeatures } from './components/VPHomeFeatures.vue'
2021export { default as VPHomeHero } from './components/VPHomeHero.vue'
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export declare const useLocalNav: () => DefaultTheme.DocLocalNav
1919export declare const VPBadge : DefineComponent
2020export declare const VPButton : DefineComponent
2121export declare const VPDocAsideSponsors : DefineComponent
22+ export declare const VPFeatures : DefineComponent
2223export declare const VPHomeContent : DefineComponent
2324export declare const VPHomeFeatures : DefineComponent
2425export declare const VPHomeHero : DefineComponent
You can’t perform that action at this time.
0 commit comments