docs: fix colored-diff in es-modules.md (#1264)

This commit is contained in:
不游
2024-12-09 21:42:54 +08:00
committed by GitHub
parent f7f03e2669
commit 64a42de31f
+1 -1
View File
@@ -20,7 +20,7 @@ In your background script, set `type: "module"`:
```ts
export default defineBackground({
type: 'module', // !code ++
type: 'module', // [!code ++]
main() {
// ...
},