mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-15 03:06:25 +08:00
refactor: change icon package name (#4625)
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user