We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d683e86 commit 3d41821Copy full SHA for 3d41821
docs/trem/plugin_dev/mixin.mdx
@@ -16,7 +16,7 @@ TREM.class.ReportManager 的原生 refresh 方法。
16
17
```js
18
async refresh() {
19
- console.log(user); // 在不注入的清況下會報錯(搭配下方基本注入)
+ console.log(user); // 在不注入的情況下會報錯(搭配下方基本注入)
20
const url = "https://api.exptech.dev/api";
21
const reportList = await this.getReport(url);
22
if (!reportList) return;
0 commit comments