我尝试使用 async-await 获取 typescript vue 3 上的数据,但是当数据未定义时(或在函数调用工作之前),此函数已经控制台
private async exportDataOrder() {
await this.getDataExport() // function call
let data = await this.controller.exportOrderData // result function
if (data) {
console.log(data, 'dari vue')
console.log('waiting')
}
}
Run Code Online (Sandbox Code Playgroud) 您好,我有新的现有项目并使用 docker。问题是我的 docker 桌面应用程序总是在Docker Engine starting...,但在我的图标中它已经显示Docker Desktop is running。
在 Windows 10 上运行