Skip to content

Commit

Permalink
docs: rename unocss.config.js to unocss.config.ts to correct file ext…
Browse files Browse the repository at this point in the history
…ension
  • Loading branch information
haoxianrui authored Sep 20, 2024
1 parent c6b01c1 commit 4a622a9
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 4a622a9

Please sign in to comment.