mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs: remove outdated descriptions of unplugin-element-plus (#18400)
This commit is contained in:
parent
abca9c078b
commit
d6756ac767
@ -152,19 +152,6 @@ export default defineConfig({
|
||||
})
|
||||
```
|
||||
|
||||
:::warning
|
||||
|
||||
You need to manually import the styles if you're using `unplugin-element-plus` and only used the component API.
|
||||
|
||||
Example:
|
||||
|
||||
```ts
|
||||
import 'element-plus/es/components/message/style/css'
|
||||
import { ElMessage } from 'element-plus'
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
## Starter Template
|
||||
|
||||
We provide a [Vite Template](https://github.com/element-plus/element-plus-vite-starter).
|
||||
|
Loading…
Reference in New Issue
Block a user