A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportFor a detailed explanation on how things work, check out the guide and docs for vue-loader.
绑定属性 // 选择对象为Node节点 if (ev.item.isNode) { // 获取属性 const nm = ev.item.getModel() _this.nodeLabel = nm.label } if (ev.item.isNode) { // 获取属性 const nm = ev.item.getModel() _this.code = nm.code }
数据回显 page.read(data)