10 2023 档案
摘要:1.标签 <button v-copy="text">复制文本</button> text是要复制的内容,在data函数中 2.在main.js中注册copy指令 Vue.directive('copy', { bind: function(el, binding) { el.$copy = fun
阅读全文
摘要:直接写到组件里面,使用组件传值返回数据,返回功能还没做 <template> <div class="scan"> <div id="bcid"> <div style="height:40%"></div> <p class="tip">...载入中...</p> </div> <footer>
阅读全文