mirror of https://github.com/vuejs/vue.git
6 lines
48 B
TypeScript
6 lines
48 B
TypeScript
|
export default {
|
||
|
data() {
|
||
|
return {}
|
||
|
}
|
||
|
}
|