chore(docs): add copy vue flow plugin again

This commit is contained in:
braks
2022-10-10 21:33:44 +02:00
committed by Braks
parent fa0fc69304
commit c086aa8e46
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -9,6 +9,7 @@ import Components from 'unplugin-vue-components/vite'
import AutoImport from 'unplugin-auto-import/vite'
import { useVueFlow } from '@vue-flow/core'
import head from './head'
import { copyVueFlowPlugin } from './copy-plugin'
const { vueFlowVersion } = useVueFlow()
@@ -49,6 +50,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
exclude: ['@animxyz/vue3'],
},
plugins: [
copyVueFlowPlugin(),
AutoImport({
imports: ['vue', '@vueuse/core'],
dts: resolve(__dirname, '../auto-imports.d.ts'),