vue Vue.config.ignoredElements=[‘wx-open-launch-weapp’]报错组件丢失
Vue.config.ignoredElements.push('wx-open-launch-weapp')
Vue.config.ignoredElements.push('wx-open-launch-weapp')
public ResponseEntity getTaizhangZip() throws IOException { SimpleDateFormat simpleDateFormat = new Simpl…
方法一:使用Vue.prototype //在mian.js中写入函数 Vue.prototype.getToken = function (){ ... } //在所有组件里可调用函数 this.getToken(); 方法二:使用exports.install+Vue.protot…
元素添加 :draggable="true" @dragend="dragend($event, index)" //拖动结束触发事件 @dragenter="dragenter($event, index)" //拖动进入元素触发事件 @dragover="dragov…
popup.vue <!-- 自定义全局弹窗 --> <template> <div id=""> <j-modal :title="title" width="800px" :visible="show&…
,watch:{ modelNew: { deep: true, handler(newName, oldName) { console.log(newName,oldName) for (le…
父组件 <staffSelect v-model="optionuser"></staffSelect>// optionuser 随意取名字。不影响 子组件 model: { prop: 'value',//…