Skip to content

Commit

Permalink
release: v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Nov 2, 2023
1 parent 6149704 commit 9bec0a3
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 105 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

<p align="center">
<a href="https://bundlephobia.com/package/admate"><img alt="minzipped size" src="https://img.shields.io/bundlephobia/minzip/admate"></a>
<a href="https://github.com/antfu/eslint-config"><img alt="code style" src="https://antfu.me/badge-code-style.svg"></a>
<a href="https://conventionalcommits.org"><img alt="conventional commits" src="https://img.shields.io/badge/commits-Conventional-FE5196.svg?logo=conventionalcommits"></a>
<a href="https://github.com/antfu/eslint-config"><img alt="code style" src="https://antfu.me/badge-code-style.svg"></a>
<a href="https://github.com/cloydlau/admate#develop"><img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a>
</p>

Expand Down
6 changes: 3 additions & 3 deletions demo/vue3/UseUIFramework/ElementPlus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ const {
<el-table-column label="操作">
<template #default="{ row }">
<el-button
type="text"
text
@click="r(row)"
>
查看
</el-button>
<el-button
type="text"
text
@click="u(row)"
>
编辑
</el-button>
<el-button
type="text"
text
@click="d(row)"
>
删除
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "admate",
"PascalCasedName": "Admate",
"version": "0.9.5",
"version": "0.9.6",
"private": false,
"description": "Mate/Helper/Assistant of admin interfaces for Vue 2.6/2.7/3, extremely concise without losing flexibility.",
"author": {
Expand Down Expand Up @@ -132,4 +132,4 @@
],
"{scripts,src}": "eslint --cache --fix"
}
}
}
Loading

0 comments on commit 9bec0a3

Please sign in to comment.