fix: 恢复下载取消按钮

This commit is contained in:
ShawnPhang 2023-07-20 18:46:30 +08:00
parent 84ab19185b
commit 5f9dd0c3b2

View File

@ -32,7 +32,7 @@
<!-- 旋转缩放组件 --> <!-- 旋转缩放组件 -->
<Moveable /> <Moveable />
<!-- 遮罩百分比进度条 --> <!-- 遮罩百分比进度条 -->
<ProgressLoading :percent="downloadPercent" :text="downloadText" @cancel="downloadCancel" @done="downloadPercent = 0" /> <ProgressLoading :percent="downloadPercent" :text="downloadText" cancelText="取消" @cancel="downloadCancel" @done="downloadPercent = 0" />
</div> </div>
</template> </template>