//eg:export default { data: function() { return {testList:[]} }, created: async function() { //比如这里 this.testList = await this.getData() }, methods: { }}
添加回答
举报
0/150
提交
取消