Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seangwright/b75a31b303e320f85c7c183f9ce13c8b to your computer and use it in GitHub Desktop.
Save seangwright/b75a31b303e320f85c7c183f9ce13c8b to your computer and use it in GitHub Desktop.
ken120-mvc--vuejs-inline-editors-bundle.js
import Vue from 'vue'
/*
* Add additional imports here when you create
* additional VueJs components
*/
import MediaSelectionEditor from
'../Content/InlineEditors/MediaSelectionEditor/media-selection-editor.vue';
/*
* Register each component with the global Vue instance
* so all the Vue apps can use them.
* 'media-selection-editor' here is the Html selector of the
* custom component
*/
Vue.component('media-selection-editor', MediaSelectionEditor);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment