release: update 3.6.2

This commit is contained in:
xiaoxian521 2022-10-27 12:58:44 +08:00
parent 94f72cd6d9
commit c288d438dc
5 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,9 @@
# 3.6.2 (2022-10-27)
### ✔️ refactor
- Replace `/@/` alias with `@/` alias
# 3.6.1 (2022-10-27)
### 🎫 Feat

View File

@ -1,3 +1,9 @@
# 3.6.2 (2022-10-27)
### ✔️ refactor
- Replace `/@/` alias with `@/` alias
# 3.6.1 (2022-10-27)
### 🎫 Feat

View File

@ -1,3 +1,9 @@
# 3.6.2 (2022-10-27)
### ✔️ refactor
- 使用`@/`别名替换`/@/`别名
# 3.6.1 (2022-10-27)
### 🎫 Feat

View File

@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
"version": "3.6.1",
"version": "3.6.2",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",

View File

@ -1,5 +1,5 @@
{
"Version": "3.6.1",
"Version": "3.6.2",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,