mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-11-09 16:02:17 +08:00
218 B
218 B
| layout |
|---|
| templateLayout |
<template>
<Wb-input-date-picker v-model="value" />
</template>
<script>
export default {
data() {
return {
value: null,
}
}
}
</script>