Created
July 6, 2016 21:00
-
-
Save marcellorg/da1dd93fbfcabb9654be1db3b9d9c51e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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