mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-06-21 09:35:58 +08:00
Vue3新版本和Vite新版本疑似冲突,原因待查,暂时使用指定版本。
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<template #header>
|
||||
<div class="clear-fix">
|
||||
<span>{{widget.options.label}}</span>
|
||||
<i v-if="widget.options.showFold" class="float-right" @click="toggleCard">
|
||||
<i v-if="widget.options.showFold" class="float-right" @click="toggleCard">
|
||||
<template v-if="!widget.options.folded">
|
||||
<el-icon><ArrowDown /></el-icon>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user