mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
chore: update the latest version of element-plus
This commit is contained in:
@@ -161,7 +161,8 @@ onMounted(() => {
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
class="reset-margin"
|
||||
type="text"
|
||||
link
|
||||
type="primary"
|
||||
:size="size"
|
||||
@click="handleUpdate(scope.row)"
|
||||
:icon="useRenderIcon('edits')"
|
||||
@@ -172,7 +173,8 @@ onMounted(() => {
|
||||
<template #reference>
|
||||
<el-button
|
||||
class="reset-margin"
|
||||
type="text"
|
||||
link
|
||||
type="primary"
|
||||
:size="size"
|
||||
:icon="useRenderIcon('delete')"
|
||||
@click="handleDelete(scope.row)"
|
||||
|
||||
Reference in New Issue
Block a user