feat(docs): Add auto import plugin

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent c68b1bf424
commit 0d2c165802
8 changed files with 223 additions and 9 deletions
-3
View File
@@ -1,3 +0,0 @@
<template>
Demo!
</template>
-1
View File
@@ -1,5 +1,4 @@
<script lang="ts" setup>
import { watch } from 'vue'
import { VueFlow, Handle, Position, useVueFlow } from '@braks/vue-flow'
import { useBreakpoints, breakpointsTailwind } from '@vueuse/core'
import BoxNode from './nodes/Box.vue'