新增modal跳转

This commit is contained in:
mtruning
2021-12-23 12:17:25 +08:00
parent a02877e38f
commit 60183b6a60
6 changed files with 21 additions and 8 deletions
@@ -31,7 +31,6 @@
</template>
<script setup lang="ts">
import { ref } from 'vue'
import { computed } from 'node_modules/vue/dist/vue'
import { useDesignStore } from '@/store/modules/designStore/designStore'
import { CreateModal } from './components/CreateModal/index'
import { icon } from '@/plugins'