🎉
This commit is contained in:
11
ui/index.js
Normal file
11
ui/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import Vue from 'vue';
|
||||
import Graph from './Components/Graph.vue';
|
||||
|
||||
import graph from './graph';
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
render(h) {
|
||||
return h(Graph, {props: {graph}})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user