INIT
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Vue from "vue";
|
||||
import App from "./App.vue";
|
||||
import LemonIM from "../packages";
|
||||
Vue.use(LemonIM);
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
new Vue({
|
||||
render: h => h(App)
|
||||
}).$mount("#app");
|
||||
Reference in New Issue
Block a user