|
@@ -2,11 +2,6 @@ import 'uno.css'
|
|
// .vitepress/theme/index.ts
|
|
// .vitepress/theme/index.ts
|
|
import DefaultTheme from 'vitepress/theme'
|
|
import DefaultTheme from 'vitepress/theme'
|
|
import './config.css'
|
|
import './config.css'
|
|
-import FirstScene from './components/FirstScene.vue'
|
|
|
|
-
|
|
|
|
-import StackBlitzEmbed from './components/StackBlitzEmbed.vue'
|
|
|
|
-import EmbedExperiment from './components/EmbedExperiment.vue'
|
|
|
|
-import DonutExample from './components/DonutExample.vue'
|
|
|
|
|
|
|
|
import TresLayout from './TresLayout.vue'
|
|
import TresLayout from './TresLayout.vue'
|
|
|
|
|
|
@@ -26,11 +21,6 @@ export default {
|
|
|
|
|
|
enhanceApp(ctx) {
|
|
enhanceApp(ctx) {
|
|
DefaultTheme.enhanceApp(ctx)
|
|
DefaultTheme.enhanceApp(ctx)
|
|
- ctx.app.component('FirstScene', FirstScene)
|
|
|
|
- ctx.app.component('StackBlitzEmbed', StackBlitzEmbed)
|
|
|
|
- ctx.app.component('EmbedExperiment', EmbedExperiment)
|
|
|
|
- ctx.app.component('DonutExample', DonutExample)
|
|
|
|
-
|
|
|
|
/* ctx.app.use(plausible) */
|
|
/* ctx.app.use(plausible) */
|
|
},
|
|
},
|
|
Layout: TresLayout,
|
|
Layout: TresLayout,
|