forked from github/dataease
Merge pull request #8494 from dataease/pr@dev-v2@fix_package
fix: 修复打包报错问题
This commit is contained in:
commit
6fc5d5d020
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user