fix: 移除多余的引用

This commit is contained in:
pipipi-pikachu 2021-03-03 22:53:56 +08:00
parent a3158d96f3
commit f6ff03c10d

View File

@ -29,7 +29,7 @@
<script lang="ts">
import { computed, defineComponent, onMounted, reactive, ref } from 'vue'
import { MutationTypes, useStore } from '@/store'
import { useStore } from '@/store'
export default defineComponent({
name: 'element-create-selection',