chore(deps): update deps
This commit is contained in:
Vendored
+6
-3
@@ -1,8 +1,9 @@
|
||||
// generated by unplugin-vue-components
|
||||
// We suggest you to commit this file into source control
|
||||
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
declare module 'vue' {
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
Acknowledgement: typeof import('./../../components/home/Acknowledgement.vue')['default']
|
||||
Additional: typeof import('./../../components/home/flows/Additional.vue')['default']
|
||||
@@ -28,9 +29,11 @@ declare module 'vue' {
|
||||
PiniaExample: typeof import('./../../components/examples/pinia/PiniaExample.vue')['default']
|
||||
Repl: typeof import('./../../components/Repl.vue')['default']
|
||||
RGB: typeof import('./../../components/home/flows/RGB.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
Sidebar: typeof import('./../../components/examples/dnd/Sidebar.vue')['default']
|
||||
TeleportableNode: typeof import('./../../components/examples/teleport/TeleportableNode.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
export {}
|
||||
|
||||
Reference in New Issue
Block a user