1
0
mirror of synced 2026-05-21 01:36:40 +08:00

feat(vue-components): 不再兼容vue2

This commit is contained in:
roymondchen
2025-12-09 17:20:07 +08:00
parent 2a7ab4e916
commit 756612eda5
25 changed files with 381 additions and 651 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "1.0.0",
"name": "@tmagic/vue-qrcode",
"type": "module",
"main": "src/index.ts",
@@ -15,22 +15,17 @@
},
"dependencies": {
"@tmagic/form-schema": "workspace:^",
"qrcode": "^1.5.0",
"vue-demi": "^0.14.10"
"qrcode": "^1.5.0"
},
"peerDependencies": {
"@tmagic/core": "workspace:^",
"@tmagic/vue-runtime-help": "workspace:^",
"@vue/composition-api": ">=1.7.2",
"typescript": "catalog:",
"vue": ">=2.6.0 || >=3.5.0"
"vue": ">=3.5.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"@vue/composition-api": {
"optional": true
}
},
"devDependencies": {