mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
4 lines
96 B
Vue
4 lines
96 B
Vue
|
<template>
|
||
|
<el-calendar :range="[new Date(2019, 2, 4), new Date(2019, 2, 24)]" />
|
||
|
</template>
|