Skip to content

Instantly share code, notes, and snippets.

@anymaniax
Created March 21, 2018 20:44
Show Gist options
  • Save anymaniax/48c86c66301d788a83795e2df64e9f5d to your computer and use it in GitHub Desktop.
Save anymaniax/48c86c66301d788a83795e2df64e9f5d to your computer and use it in GitHub Desktop.
import Vue from 'vue/dist/vue.js';
Vue.component('search', {
template: `<p>{{msg}}</p>`,
data() {
return {
msg: 'bonjour'
};
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment