qunee组件支持es6引入方式,可以在vue项目中使用,可以按下面的方式使用Graph组件 Graph.vue 选项式API Graph.vue <template> <div ref="canvas"></div> </template> <script> import Q from 'https://demo.qunee.com/lib/qunee-es.js' export default { mounted(){ this.graph = new Q.Graph(this.$refs.canvas); } } …
阅读更多