Skip to content

Commit

Permalink
fix: words
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Nov 30, 2024
1 parent d683e86 commit 3d41821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/trem/plugin_dev/mixin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TREM.class.ReportManager 的原生 refresh 方法。

```js
async refresh() {
console.log(user); // 在不注入的清況下會報錯(搭配下方基本注入)
console.log(user); // 在不注入的情況下會報錯(搭配下方基本注入)
const url = "https://api.exptech.dev/api";
const reportList = await this.getReport(url);
if (!reportList) return;
Expand Down

0 comments on commit 3d41821

Please sign in to comment.