mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-28 21:20:13 +08:00
256 B
256 B
layout |
---|
templateLayout |
<template>
<Wb-input v-model="text1" placeholder="请输入数字" type="number"></Wb-input>
</template>
<script>
export default {
data(){
return {
text1: '',
}
}
}
</script>