mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
439 B
439 B
layout |
---|
templateLayout |
<template>
<wb-input placeholder="请输入文本" disabled></wb-input>
<wb-input type="textarea" placeholder="请输入文本" disabled></wb-input>
<wb-input placeholder="请输入文本" readonly></wb-input>
<wb-input type="textarea" placeholder="请输入文本" readonly></wb-input>
</template>
<script>
export default {
data(){
return {
}
}
}
</script>