01 2022 档案
摘要://npm下载 npm install --save emoji-mart-vue // template 应用 import { Picker } from "emoji-mart-vue"; //引入组件 components: { //注册组件,不能全局挂载 Picker } // 直接丢在输
阅读全文
摘要:<template > <div> <span>{{ value }}</span> <i v-if="value != '' " @click="copyValue()" style="margin-left: 10px; color: blue; cursor:pointer" class="e
阅读全文
摘要:完成效果: 先安装 npm install --save vue-monoplasty-slide-verify main 挂载 // 滑块验证 import SlideVerify from 'vue-monoplasty-slide-verify';Vue.use(SlideVerify); 应
阅读全文