mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-11-09 07:52:12 +08:00
244 B
244 B
| layout |
|---|
| templateLayout |
<template>
<Wb-input type="file" v-model="text1" @on-change="change"></Wb-input>
</template>
<script>
export default {
data(){
return {
text1: '',
}
}
}
</script>