liuestc
liuestc
I only want to use the datepicker?How can I use? `import Datepicker from 'vue-blu/src/datepicker/Datepicker.vue`?
RT,感谢!
我数据绑定的是data1 我的代码如下: ``` rowClick(data, index, event) { console.log(data) let children=data.children?data.children:[] children.push({ id:'001', code:'222aia', name:'测试测试' }) this.$set(data,'children',children) console.log('当前行数据:' , data) console.log('点击行号:' , index) console.log('点击事件:' , event) // data1是绑定的数据 console.log('this.data1',this.data1) }, ```...
when I exec `sudo npm install -g ghost-cli@latest` I encountered a error, the whole log below ``` npm ERR! code ETARGET npm ERR! notarget No matching version found for [email protected]....