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

8 lines
111 B
JavaScript
Raw Normal View History

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