obstacle-wl-1

0.1.57 • Public • Published

😊

我自己用的。

for me

🚀github


导出方法 export methods
import x6 from './x6'

const components = [x6]

function install(Vue){
    components.forEach(comp => {
        Vue.component(comp.name, comp)
    })
}

if(typeof window !== "undefined" && window.Vue){
    install(window.Vue)
}

export { x6 }

export default { install }
导出数据 export data
exportData(cb)
if(cb instanceof Function) cb(this.graph.toJSON(),this.graph);
      return this.graph.toJSON()
获取实例
getGraph(){
      return this.graph
    },
渲染数据
renderData(data: cellJSONObject)

快捷键

名称 方法 注释
复制 ctrl+c 点击节点后按ctrl+c
粘贴 ctrl+v 复制后按ctrl+v
框选 ctrl+按下鼠标左键拖动
删除 delete 选中节点后按delete
批量粘贴 框选后按ctrl+v
批量删除 框选后按delete
点选 ctrl+鼠标左键单击
效果图预览

🚀github

Readme

Keywords

Package Sidebar

Install

npm i obstacle-wl-1

Weekly Downloads

2

Version

0.1.57

License

ISC

Unpacked Size

7.78 MB

Total Files

17

Last publish

Collaborators

  • contorl