mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
chore(docs): fix syntax error (#3243)
Co-authored-by: daiwanxing <wanxing.dai@coollu.com.cn>
This commit is contained in:
parent
eadeb51fa5
commit
ee846eddf8
@ -144,16 +144,18 @@ import VitePluginElementPlus from 'vite-plugin-element-plus'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig(({ mode }) => {
|
||||
plugins: [
|
||||
vue(),
|
||||
VitePluginElementPlus({
|
||||
// 如果你需要使用 [component name].scss 源文件,你需要把下面的注释取消掉。
|
||||
// 对于所有的 API 你可以参考 https://github.com/element-plus/vite-plugin-element-plus
|
||||
// 的文档注释
|
||||
// useSource: true
|
||||
format: mode === 'development' ? 'esm' : 'cjs',
|
||||
}),
|
||||
],
|
||||
return {
|
||||
plugins: [
|
||||
vue(),
|
||||
VitePluginElementPlus({
|
||||
// 如果你需要使用 [component name].scss 源文件,你需要把下面的注释取消掉。
|
||||
// 对于所有的 API 你可以参考 https://github.com/element-plus/vite-plugin-element-plus
|
||||
// 的文档注释
|
||||
// useSource: true
|
||||
format: mode === 'development' ? 'esm' : 'cjs',
|
||||
}),
|
||||
],
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user