forked from github/dataease
fix: 修复打包报错问题
This commit is contained in:
parent
97288c14cb
commit
24982a350a
@ -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
|
||||
@ -32,7 +31,6 @@ const props = defineProps({
|
||||
})
|
||||
const { element } = toRefs(props)
|
||||
|
||||
|
||||
let currentInstance
|
||||
const timeMargin = computed(() => {
|
||||
return element.value.style.time_margin
|
||||
|
Loading…
Reference in New Issue
Block a user