升级uni-ui到最新版本1.5.7

This commit is contained in:
RuoYi
2025-03-25 16:58:54 +08:00
parent dae8945a43
commit 315832d151
127 changed files with 7327 additions and 5066 deletions

View File

@@ -10,7 +10,7 @@
<slot></slot>
</view>
<!-- #endif -->
</template>
<script>
@@ -22,8 +22,13 @@
*/
export default {
name: 'uniTd',
options: {
virtualHost: true
options: {
// #ifdef MP-TOUTIAO
virtualHost: false,
// #endif
// #ifndef MP-TOUTIAO
virtualHost: true
// #endif
},
props: {
width: {