mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
fix: 恢复下载取消按钮
This commit is contained in:
parent
84ab19185b
commit
5f9dd0c3b2
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user