File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 83
83
const items = shallowRef ([])
84
84
85
85
onMounted (async () => {
86
- console .log (' mounted' )
87
86
await products .index ()
88
87
89
88
items .value = products .randomize (products .themes )
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import DocVueJobs from '@/components/doc/VueJobs.vue'
22
22
import DocMadeWithVueAttribution from '@/components/doc/MadeWithVueAttribution.vue'
23
23
import DocMadeWithVuetifyGallery from '@/components/doc/MadeWithVuetifyGallery.vue'
24
24
import DocMadeWithVuetifyLink from '@/components/doc/MadeWithVuetifyLink.vue'
25
+ import DocPremiumThemesGallery from '@/components/doc/DocPremiumThemesGallery.vue'
25
26
import DocReleases from '@/components/doc/Releases.vue'
26
27
import DocThemeVendor from '@/components/doc/ThemeVendor.vue'
27
28
import ExamplesExample from '@/components/examples/Example.vue'
@@ -73,6 +74,7 @@ export function installGlobalComponents (app: App) {
73
74
. component ( 'DocMadeWithVueAttribution' , DocMadeWithVueAttribution )
74
75
. component ( 'DocMadeWithVuetifyGallery' , DocMadeWithVuetifyGallery )
75
76
. component ( 'DocMadeWithVuetifyLink' , DocMadeWithVuetifyLink )
77
+ . component ( 'DocPremiumThemesGallery' , DocPremiumThemesGallery )
76
78
. component ( 'DocReleases' , DocReleases )
77
79
. component ( 'DocThemeVendor' , DocThemeVendor )
78
80
. component ( 'ExamplesExample' , ExamplesExample )
You can’t perform that action at this time.
0 commit comments