Estelle00

Results 12 comments of Estelle00

额外添加express或者koa搭建中间件处理

![image](https://user-images.githubusercontent.com/5432828/56648377-cca52700-66b5-11e9-94d8-d45957d3f988.png) 很多地方都报这个错误

> npm install babel-plugin-import --save-dev > 然后在 babel.config.js 下增加plugin: > module.exports = { > presets: [ > '@vue/app', > ], > plugins: [ > ['import', { libraryName: 'vux', libraryDirectory: 'src/components'...

@ChrisShen93 目前使用mode: "readOnly"设置 但是点击node节点等事件也被全部禁用了... 因为我想把生成的图表给别人看 但别人只能查看可以点击不能拖拽和修改流程里面的内容等

vue2.6.10版本的 本来想写一个demo的 但是发现vue-cli4.0与这个组件有冲突.

"vg-editor": "^2.7.0", "vue": "^2.6.10" ```javascript import VGEditor, { Flow } from "vg-editor"; export default { components: { VGEditor, Flow }, data() { return { data: { 'nodes': [{ 'type': 'node',...

1、如上代码 不触发事件 2、因为你项目中使用的core-js 是v2版本未锁定版本,目前vue-cli4 已经开始使用V3版本了 出现冲突

谢啦! 另:3.0的时候我愿尽一点绵薄之力

@ChrisShen93 2.7.1版本依然无发触发事件o(╥﹏╥)o

目前是当引入item-panel组件后 readOnly会失效,不引入readOnly能用但是事件不触发