Skip to content

Commit

Permalink
chore: removes unecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed May 26, 2019
1 parent 5e57291 commit a1da94f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import Vue from "vue";
import router from "./router";
import App from "./App.vue";
// import Vue2Editor from "../dist/vue2-editor.common.js";

// import Vue2Editor from "../dist/Vue2Editor.umd.min.js";
// import "../dist/Vue2Editor.css";
// import Vue2Editor from "../dist/vue2-editor";
import Vue2Editor from "./../src/plugin.js";

Vue.use(Vue2Editor);
Expand Down

0 comments on commit a1da94f

Please sign in to comment.