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

9 lines
113 B
JavaScript

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