Skip to content

Instantly share code, notes, and snippets.

@AnandShiva
Created September 13, 2020 14:29
Show Gist options
  • Save AnandShiva/4ddbe6b39671cb0f11129ae09ed4d2ce to your computer and use it in GitHub Desktop.
Save AnandShiva/4ddbe6b39671cb0f11129ae09ed4d2ce to your computer and use it in GitHub Desktop.
import Vue from 'vue';
const ExtensionContainer = require('./Index.vue').default;
window.vueInstance = new Vue({
el: `#vue_container`,
render: (h) => h(ExtensionContainer),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment