fix: 修改数据字典

This commit is contained in:
leiqiaochu 2023-10-08 10:42:37 +08:00
parent 88996cbdfb
commit da55dc1020
4 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</template>
<script lang="ts" setup>
import Left from './components/Left.vue'
import Left from './components/Left/index.vue'
import Right from './components/Right/index.vue'
const data = ref()
const selectData = (i: any) => {