test
This commit is contained in:
parent
0dbeb1ea59
commit
3b96a349a0
@ -45,8 +45,8 @@
|
||||
"vite-plugin-svg-icons": "^0.4.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue}": [
|
||||
"eslint --ext .js,.vue src",
|
||||
"src/**/*.{js,vue}": [
|
||||
"npm run lint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
</el-button>
|
||||
</template>
|
||||
<template #operate="scope">
|
||||
<el-button size="mini" type="primary">编辑 - a</el-button>
|
||||
<el-button size="mini" type="primary">编辑</el-button>
|
||||
<el-button size="mini" type="danger">删除</el-button>
|
||||
</template>
|
||||
</pro-table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user