Merge pull request #8494 from dataease/pr@dev-v2@fix_package

fix: 修复打包报错问题
This commit is contained in:
王嘉豪
2024-03-14 10:34:04 +08:00
committed by GitHub

View File

@@ -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