mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: 添加标签组件示例
This commit is contained in:
@@ -56,13 +56,13 @@ function reset() {
|
||||
format="HH:mm:ss"
|
||||
:value="value1"
|
||||
/>
|
||||
<el-button class="mt-2" type="primary" @click="reset">
|
||||
Reset
|
||||
<el-button class="mt-2" type="primary" text bg @click="reset">
|
||||
重置
|
||||
</el-button>
|
||||
</re-col>
|
||||
|
||||
<re-col :value="6" :xs="24" :sm="24">
|
||||
<el-countdown format="DD 天 HH 时 mm 分 ss 秒" :value="value2">
|
||||
<el-countdown format="DD天 HH时 mm分 ss秒" :value="value2">
|
||||
<template #title>
|
||||
<div style="display: inline-flex; align-items: center">
|
||||
<IconifyIconOnline icon="ep:calendar" class="mr-2" />
|
||||
|
||||
Reference in New Issue
Block a user