akkoma-fe/src/components/hello/Hello.js

9 lines
113 B
JavaScript
Raw Normal View History

2016-10-26 14:46:32 +00:00
export default {
name: 'hello',
data () {
return {
msg: 'Welcome to Your Vue.js app'
};
}
};