docs(deps): remove animxyz
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import VueAnimXyz from '@animxyz/vue3'
|
||||
import { inject } from '@vercel/analytics'
|
||||
import 'virtual:windi.css'
|
||||
import '@animxyz/core'
|
||||
import '@vue-flow/core/dist/style.css'
|
||||
import '@vue-flow/core/dist/theme-default.css'
|
||||
import '@vue-flow/controls/dist/style.css'
|
||||
@@ -15,8 +13,6 @@ export default {
|
||||
extends: Theme,
|
||||
Layout,
|
||||
enhanceApp({ app }) {
|
||||
app.use(VueAnimXyz)
|
||||
|
||||
inject()
|
||||
},
|
||||
} as typeof Theme
|
||||
|
||||
Vendored
+2
@@ -37,6 +37,7 @@ declare global {
|
||||
const h: typeof import('vue')['h']
|
||||
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
||||
const inject: typeof import('vue')['inject']
|
||||
const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
||||
const isDefined: typeof import('@vueuse/core')['isDefined']
|
||||
const isProxy: typeof import('vue')['isProxy']
|
||||
const isReactive: typeof import('vue')['isReactive']
|
||||
@@ -64,6 +65,7 @@ declare global {
|
||||
const onUpdated: typeof import('vue')['onUpdated']
|
||||
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
||||
const provide: typeof import('vue')['provide']
|
||||
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
||||
const reactify: typeof import('@vueuse/core')['reactify']
|
||||
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
|
||||
const reactive: typeof import('vue')['reactive']
|
||||
|
||||
Reference in New Issue
Block a user