mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 移除多余的引用
This commit is contained in:
parent
a3158d96f3
commit
f6ff03c10d
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { computed, defineComponent, onMounted, reactive, ref } from 'vue'
|
import { computed, defineComponent, onMounted, reactive, ref } from 'vue'
|
||||||
import { MutationTypes, useStore } from '@/store'
|
import { useStore } from '@/store'
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'element-create-selection',
|
name: 'element-create-selection',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user