1
0
mirror of synced 2026-04-03 06:28:35 +08:00

refactor: 使用@element-plus/icons-vue替换@element-plus/icons

This commit is contained in:
roymondchen
2022-07-14 20:09:43 +08:00
committed by jia000
parent cec111beed
commit 0e0e3ee310
21 changed files with 36 additions and 36 deletions

View File

@@ -47,7 +47,7 @@
- **示例:**
```js
import { FolderOpened, SwitchButton, Tickets } from '@element-plus/icons';
import { FolderOpened, SwitchButton, Tickets } from '@element-plus/icons-vue';
[
{
@@ -108,7 +108,7 @@ icon使用的是[element-plus icon](https://element-plus.org/zh-CN/component/ico
- **示例:**
```js
import { List } from '@element-plus/icons';
import { List } from '@element-plus/icons-vue';
import ModListPanel from '../components/sidebars/ModListPanel.vue';
{
@@ -167,7 +167,7 @@ icon使用的是[element-plus icon](https://element-plus.org/zh-CN/component/ico
```js
import { toRaw } from 'vue';
import { ArrowLeft, Coin } from '@element-plus/icons';
import { ArrowLeft, Coin } from '@element-plus/icons-vue';
{
left: [