2020-08-27 17:18:57 +08:00

13 lines
218 B
Markdown

---
layout: templateLayout
---
```vue
<template>
<Wb-input-date-picker :value="new Date()" disabled />
<Wb-input-date-picker :value="new Date()" readonly />
</template>
<script>
export default {
}
</script>
```