mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
parent
3c5c0272d2
commit
a63ac17513
@ -1,27 +1,25 @@
|
||||
export * from '../shared/index.js'
|
||||
export { default as VPBadge } from './components/global/VPBadge.vue'
|
||||
|
||||
export { default as VPBadge } from './components/global/VPBadge.vue'
|
||||
export { default as VPCard } from './components/global/VPCard.vue'
|
||||
|
||||
export { default as VPCardGrid } from './components/global/VPCardGrid.vue'
|
||||
export { default as VPHomeBanner } from './components/Home/VPHomeBanner.vue'
|
||||
|
||||
export { default as VPHomeBox } from './components/Home/VPHomeBox.vue'
|
||||
|
||||
export { default as VPHomeCustom } from './components/Home/VPHomeCustom.vue'
|
||||
export { default as VPHomeFeatures } from './components/Home/VPHomeFeatures.vue'
|
||||
|
||||
export { default as VPHomeHero } from './components/Home/VPHomeHero.vue'
|
||||
export { default as VPHomeProfile } from './components/Home/VPHomeProfile.vue'
|
||||
export { default as VPHomeTextImage } from './components/Home/VPHomeTextImage.vue'
|
||||
|
||||
export { default as VPHomeTextImage } from './components/Home/VPHomeTextImage.vue'
|
||||
export { default as VPButton } from './components/VPButton.vue'
|
||||
export { default as VPImage } from './components/VPImage.vue'
|
||||
export { default as VPLink } from './components/VPLink.vue'
|
||||
|
||||
export * from './composables/index.js'
|
||||
export { default as plumeClientConfig } from './config.js'
|
||||
|
||||
export { default as Layout } from './layouts/Layout.vue'
|
||||
export { default as NotFound } from './layouts/NotFound.vue'
|
||||
|
||||
export * from './utils/index.js'
|
||||
export * from '@vuepress/plugin-comment/client'
|
||||
export * from 'vuepress-plugin-md-enhance/client'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user