docs: modify highlighted line number

This commit is contained in:
Dimples_YJ 2024-10-22 08:43:51 +08:00
parent f9615d3657
commit 5a0e752095

View File

@ -44,7 +44,7 @@ Install `tailwindcss` and its peer dependencies, then generate your `tailwind.co
#### `vite.config` #### `vite.config`
```typescript {5,6,9-13} ```typescript {3,5,9-13}
import path from 'node:path' import path from 'node:path'
import vue from '@vitejs/plugin-vue' import vue from '@vitejs/plugin-vue'
import autoprefixer from 'autoprefixer' import autoprefixer from 'autoprefixer'