fix: 数值绑定
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<router-view/>
|
<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>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user