mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
chore: self closing vue tag (#6603)
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
<div class="demo-date-picker">
|
||||
<div class="block">
|
||||
<span class="demonstration">Default</span>
|
||||
<el-date-picker v-model="value1" type="date" placeholder="Pick a day">
|
||||
</el-date-picker>
|
||||
<el-date-picker v-model="value1" type="date" placeholder="Pick a day" />
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="demonstration">Picker with quick options</span>
|
||||
@ -13,8 +12,7 @@
|
||||
placeholder="Pick a day"
|
||||
:disabled-date="disabledDate"
|
||||
:shortcuts="shortcuts"
|
||||
>
|
||||
</el-date-picker>
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user