refactor: change icon package name (#4625)

This commit is contained in:
三咲智子
2021-12-04 11:20:06 +08:00
committed by GitHub
parent 7647c9e685
commit 5087026948
113 changed files with 145 additions and 119 deletions

View File

@ -37,5 +37,12 @@
</el-row>
</template>
<script setup lang="ts">
import { Search, Edit, Check, Message, Star, Delete } from '@element-plus/icons'
import {
Search,
Edit,
Check,
Message,
Star,
Delete,
} from '@element-plus/icons-vue'
</script>