akkoma-fe/src/components/hello/Hello.js
2016-10-26 16:46:32 +02:00

9 lines
113 B
JavaScript

export default {
name: 'hello',
data () {
return {
msg: 'Welcome to Your Vue.js app'
};
}
};