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

9 lines
111 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'
2016-10-26 17:03:55 +00:00
}
2016-10-26 14:46:32 +00:00
}
2016-10-26 17:03:55 +00:00
}