Skip to content

Commit

Permalink
Merge pull request #160 from haoxianrui/patch-1
Browse files Browse the repository at this point in the history
docs: rename unocss.config.js to unocss.config.ts to correct file extension
  • Loading branch information
MellowCo authored Sep 21, 2024
2 parents c6b01c1 + 4a622a9 commit 109ef8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uniapp_vue3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineConfig({
```

* unocss.config.ts
> 添加unocss.config.js文件,搭配 [unocss vscode](https://marketplace.visualstudio.com/items?itemName=antfu.unocss) 插件,智能提示
> 添加unocss.config.ts文件,搭配 [unocss vscode](https://marketplace.visualstudio.com/items?itemName=antfu.unocss) 插件,智能提示
```ts
import presetWeapp from 'unocss-preset-weapp'
import { extractorAttributify, transformerClass } from 'unocss-preset-weapp/transformer'
Expand Down

0 comments on commit 109ef8c

Please sign in to comment.