obstacle-wl-1
0.1.57 • Public • Published
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 }
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
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.1.57 | 1 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.1.57 | 1 | |
Package Sidebar
Install
Weekly Downloads