Created
May 2, 2017 21:44
-
-
Save Signorini/84442b3dbdca1a0b88422861353c18f2 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 './_core/Core.vue' | |
import './grid/Grid.vue' | |
import './grid_bulma/Grid.vue' // my new future grid component | |
import alert from './alert/Alert.vue' | |
let components = { | |
alert | |
} | |
export default components |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment