docs: fix custom-node example for safari
This commit is contained in:
2
docs/src/components.d.ts
vendored
2
docs/src/components.d.ts
vendored
@@ -11,11 +11,9 @@ declare module 'vue' {
|
||||
Additional: typeof import('./../components/home/flows/Additional.vue')['default']
|
||||
Banner: typeof import('./../components/home/Banner.vue')['default']
|
||||
Basic: typeof import('./../components/home/flows/Basic.vue')['default']
|
||||
Box: typeof import('./../components/home/flows/Hero/Box.vue')['default']
|
||||
Custom: typeof import('./../components/home/edges/Custom.vue')['default']
|
||||
DocsRepl: typeof import('./../components/DocsRepl.vue')['default']
|
||||
Features: typeof import('./../components/home/Features.vue')['default']
|
||||
Hero: typeof import('./../components/home/flows/Hero/Hero.vue')['default']
|
||||
Home: typeof import('./../components/home/Home.vue')['default']
|
||||
Input: typeof import('./../components/home/nodes/Input.vue')['default']
|
||||
Intro: typeof import('./../components/home/flows/Intro.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user