mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-11-26 20:13:04 +08:00
218 B
218 B
| layout |
|---|
| templateLayout |
<template>
<Wb-input-date-picker :value="new Date()" disabled />
<Wb-input-date-picker :value="new Date()" readonly />
</template>
<script>
export default {
}
</script>