mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-28 04:48:56 +08:00
13 lines
218 B
Markdown
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>
|
|
``` |