Skip to content

Instantly share code, notes, and snippets.

@marcellorg
Created July 6, 2016 21:00
Show Gist options
  • Save marcellorg/da1dd93fbfcabb9654be1db3b9d9c51e to your computer and use it in GitHub Desktop.
Save marcellorg/da1dd93fbfcabb9654be1db3b9d9c51e to your computer and use it in GitHub Desktop.
import Vue from 'vue';
import VueResource from 'vue-resource';
import VueGridCategory from '../components/gridCategory.vue';
Vue.use(VueResource);
new Vue({
el: '#vueCategory',
components: {
VueGridCategory
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment