chore(docs): add copy vue flow plugin again
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user