mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-07 19:06:35 +08:00
243 B
243 B
<template>
<Wb-input :value.sync="text4" icon="calendar"></Wb-input>
</template>
<script>
export default {
data: function () {
return {
text4: "",
}
},
}
</script>