Guest User

Untitled

a guest
May 16th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import jQuery from "jQuery";
  2.  
  3. import MenuEdit from "./components/MenuEdit.vue";
  4. var MenuEditClass = Vue.extend(MenuEdit);
  5.  
  6. var instance = new MenuEditClass({});
  7.  
  8. instance.$mount();
  9. instance.$el.setAttribute("id", "null");
  10. jQuery(this.$refs["menu-popup"]).empty();
  11. jQuery(this.$refs["menu-popup"]).html(instance.$el);
Add Comment
Please, Sign In to add comment