Skip to content

Instantly share code, notes, and snippets.

@ibare
Created February 9, 2017 01:37
Show Gist options
  • Save ibare/4bfc4bad725c57d6bff333c3b3b133cb to your computer and use it in GitHub Desktop.
Save ibare/4bfc4bad725c57d6bff333c3b3b133cb to your computer and use it in GitHub Desktop.
/* webpack raw-loader */
import template from './hello.html';
Vue.component('hello', {
template
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment