mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Merge pull request #8494 from dataease/pr@dev-v2@fix_package
fix: 修复打包报错问题
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { computed, nextTick, toRefs } from 'vue'
|
||||
import { getCurrentInstance, onMounted } from 'vue/dist/vue'
|
||||
import { computed, nextTick, toRefs, getCurrentInstance, onMounted } from 'vue'
|
||||
const props = defineProps({
|
||||
element: {
|
||||
type: Object
|
||||
|
||||
Reference in New Issue
Block a user