御魂选择器修改

This commit is contained in:
2024-02-29 00:24:20 +08:00
parent f8b4ce3d92
commit e005e2d7fd
7 changed files with 208 additions and 24 deletions

View File

@@ -50,6 +50,7 @@ import shikigamiData from "../data/Shikigami.json";
import {ref, reactive, toRefs} from "vue";
import draggable from 'vuedraggable';
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
import ShikigamiSelect from "./ShikigamiSelect.vue";
import ShikigamiProperty from "./ShikigamiProperty.vue";
@@ -57,6 +58,7 @@ import ShikigamiProperty from "./ShikigamiProperty.vue";
const showSelectShikigami = ref(false)
const activeName = ref('first')
export default {
data() {
return {