mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
254 B
254 B
layout |
---|
templateLayout |
<template>
<Wb-input v-model="text1" clearable placeholder="type默认为text"></Wb-input>
</template>
<script>
export default {
data(){
return {
text1: '',
}
}
}
</script>