Skip to content

Instantly share code, notes, and snippets.

@Signorini
Created May 2, 2017 21:44
Show Gist options
  • Save Signorini/84442b3dbdca1a0b88422861353c18f2 to your computer and use it in GitHub Desktop.
Save Signorini/84442b3dbdca1a0b88422861353c18f2 to your computer and use it in GitHub Desktop.
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