摘要:
在开发过程中,我们经常会使用各种ui组件,有的时候需要二次封装,或者修改样式,以方便重复使用 以element举例: <template> <el-input v-model="_value" /> </template> <script> export default { props: { val 阅读全文
posted @ 2020-05-22 16:09
timmer
阅读(4901)
评论(0)
推荐(0)