docs: add showcase section to home page
This commit is contained in:
Vendored
+2
-3
@@ -3,11 +3,9 @@
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Acknowledgement: typeof import('./../components/home/Acknowledgement.vue')['default']
|
||||
Additional: typeof import('./../components/home/flows/Additional.vue')['default']
|
||||
@@ -37,6 +35,7 @@ declare module '@vue/runtime-core' {
|
||||
RGB: typeof import('./../components/home/flows/RGB.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
Showcase: typeof import('./../components/home/Showcase.vue')['default']
|
||||
Sidebar: typeof import('./../components/examples/dnd/Sidebar.vue')['default']
|
||||
SnappableConnectionLine: typeof import('./../components/examples/connection-radius/SnappableConnectionLine.vue')['default']
|
||||
Team: typeof import('./../components/home/Team.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user