Skip to content

Commit

Permalink
Remove custom components
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Tonsen committed Oct 27, 2023
1 parent bd7c1c7 commit da5ccb9
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 137 deletions.
2 changes: 1 addition & 1 deletion alpha-lab/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions invisible/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import DefaultTheme from 'vitepress/theme'
import Youtube from '/../components/Youtube.vue'
import PhotoGrid from '/../components/PhotoGrid.vue'
// import Youtube from '/../components/Youtube.vue'
// import PhotoGrid from '/../components/PhotoGrid.vue'

import '/../custom.css'

Expand All @@ -9,7 +9,7 @@ export default {
extends: DefaultTheme,
enhanceApp(ctx) {
// register your custom global components
ctx.app.component('Youtube', Youtube)
ctx.app.component('PhotoGrid', PhotoGrid)
// ctx.app.component('Youtube', Youtube)
// ctx.app.component('PhotoGrid', PhotoGrid)
},
}
350 changes: 350 additions & 0 deletions invisible/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da5ccb9

Please sign in to comment.