Skip to content

Commit 8a99367

Browse files
committed
docs(PremiumThemesGallery): add to global components
1 parent 23c7e16 commit 8a99367

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/docs/src/components/doc/PremiumThemesGallery.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
const items = shallowRef([])
8484
8585
onMounted(async () => {
86-
console.log('mounted')
8786
await products.index()
8887
8988
items.value = products.randomize(products.themes)

packages/docs/src/plugins/global-components.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import DocVueJobs from '@/components/doc/VueJobs.vue'
2222
import DocMadeWithVueAttribution from '@/components/doc/MadeWithVueAttribution.vue'
2323
import DocMadeWithVuetifyGallery from '@/components/doc/MadeWithVuetifyGallery.vue'
2424
import DocMadeWithVuetifyLink from '@/components/doc/MadeWithVuetifyLink.vue'
25+
import DocPremiumThemesGallery from '@/components/doc/DocPremiumThemesGallery.vue'
2526
import DocReleases from '@/components/doc/Releases.vue'
2627
import DocThemeVendor from '@/components/doc/ThemeVendor.vue'
2728
import ExamplesExample from '@/components/examples/Example.vue'
@@ -73,6 +74,7 @@ export function installGlobalComponents (app: App) {
7374
.component('DocMadeWithVueAttribution', DocMadeWithVueAttribution)
7475
.component('DocMadeWithVuetifyGallery', DocMadeWithVuetifyGallery)
7576
.component('DocMadeWithVuetifyLink', DocMadeWithVuetifyLink)
77+
.component('DocPremiumThemesGallery', DocPremiumThemesGallery)
7678
.component('DocReleases', DocReleases)
7779
.component('DocThemeVendor', DocThemeVendor)
7880
.component('ExamplesExample', ExamplesExample)

0 commit comments

Comments
 (0)