build vue语法糖暂时退回官方不推荐的方式, 避免启动时出现警告

This commit is contained in:
xxm
2023-05-14 20:57:43 +08:00
parent 4b27acc9ea
commit c01edfee25
132 changed files with 284 additions and 274 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "dax-pay-vue3",
"name": "dax-pay-ui",
"version": "1.3",
"author": {
"name": "xxm"
@@ -63,7 +63,7 @@
"sortablejs": "^1.15.0",
"tinymce": "^5.10.3",
"vditor": "^3.8.13",
"vue": "^3.2.45",
"vue": "^3.3.2",
"vue-i18n": "^9.1.9",
"vue-json-pretty": "^2.0.6",
"vue-router": "^4.0.16",
@@ -94,9 +94,9 @@
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue-macros/reactivity-transform": "0.3.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue-macros/reactivity-transform": "0.3.6",
"@vue/compiler-sfc": "^3.2.33",
"@vue/test-utils": "^2.0.0-rc.21",
"autoprefixer": "^10.4.4",