chore: 升级 vue 3.2.31

This commit is contained in:
就眠儀式 2022-02-20 18:22:39 +08:00
parent b0f5e8c866
commit 6b84e5a8c2
3 changed files with 6 additions and 6 deletions

View File

@ -100,7 +100,7 @@
</a> </a>
</li> </li>
<li class="layui-nav-item"> <li class="layui-nav-item">
<a href="javascript:void(0)"> 0.3.7 </a> <a href="javascript:void(0)"> 0.3.8 </a>
</li> </li>
</ul> </ul>
</lay-header> </lay-header>

View File

@ -26,7 +26,7 @@
> >
</div> </div>
<div class="site-version"> <div class="site-version">
<span>当前版本v<cite class="site-showv">0.3.7</cite></span> <span>当前版本v<cite class="site-showv">0.3.8</cite></span>
<span <span
><router-link ><router-link
class="layui-inline site-down" class="layui-inline site-down"

View File

@ -1,6 +1,6 @@
{ {
"name": "@layui/layui-vue", "name": "@layui/layui-vue",
"version": "0.3.8-alpha.1", "version": "0.3.8-alpha.2",
"author": "SleepRite", "author": "SleepRite",
"license": "MIT", "license": "MIT",
"description": "a component library for Vue 3 base on layui-vue", "description": "a component library for Vue 3 base on layui-vue",
@ -42,7 +42,7 @@
"async-validator": "^4.0.7", "async-validator": "^4.0.7",
"countup.js": "^2.0.8", "countup.js": "^2.0.8",
"evtd": "^0.2.3", "evtd": "^0.2.3",
"vue": "^3.2.30", "vue": "^3.2.31",
"vue-i18n": "^9.1.9", "vue-i18n": "^9.1.9",
"vue-router": "^4.0.12" "vue-router": "^4.0.12"
}, },
@ -59,8 +59,8 @@
"@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0", "@typescript-eslint/parser": "^5.8.0",
"@vitejs/plugin-vue": "^1.9.3", "@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.30", "@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.30", "@vue/server-renderer": "^3.2.31",
"commitizen": "^4.2.4", "commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",