fix: 数值绑定

This commit is contained in:
2025-12-12 10:38:50 +08:00
parent b16c5c3263
commit 17f0045dbe

View File

@@ -1,6 +1,6 @@
<template>
<router-view/>
<div class="loading" v-show="loading"><a-spin delay="0.5" /></div>
<div class="loading" v-show="loading"><a-spin :delay="0.5" /></div>
</template>
<script setup>