File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<a name =" readme-top " ></a >
22
3- # ` @proj-airi/unplugin-download `
3+ # ` @proj-airi/unplugin-fetch `
44
55Helper plugin for helping installing the remote assets into public dir.
66
@@ -10,15 +10,15 @@ Pick the package manager of your choice:
1010
1111``` shell
1212ni @proj-airi/lobe-icons -D # from @antfu/ni, can be installed via `npm i -g @antfu/ni`
13- pnpm i @proj-airi/unplugin-download -D
14- yarn i @proj-airi/unplugin-download -D
15- npm i @proj-airi/unplugin-download -D
13+ pnpm i @proj-airi/unplugin-fetch -D
14+ yarn i @proj-airi/unplugin-fetch -D
15+ npm i @proj-airi/unplugin-fetch -D
1616```
1717
1818### UnoCSS usage
1919
2020``` typescript
21- import { Download } from ' @proj-airi/unplugin-download /vite'
21+ import { Download } from ' @proj-airi/unplugin-fetch /vite'
2222import { defineConfig } from ' vite'
2323
2424export default defineConfig ({
You can’t perform that action at this time.
0 commit comments