6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
|
export default {
|
||
|
data : function() {
|
||
|
return {text: 'Hello, world!'}
|
||
|
}
|
||
|
}
|