02 2021 档案
摘要:参考@官网文档 代码: <template> <div> <van-field readonly="" is-link @click="show = true" v-model="inputval" name="测试单选" label="测试单选" /> <van-action-sheet v-mo
阅读全文
摘要:我在main的js中将vant组件全部加载的 import 'view-design/dist/styles/iview.css'; import Vant from 'vant'; import 'vant/lib/index.css'; Vue.use(Vant); 然后在组件中调用时 Toas
阅读全文
摘要:代码: <template> <div> <Upload :on-format-error="handleFormatError" :format="['jpg','jpeg','png']" ref="upload" :before-upload="handleUpload" action="">
阅读全文