chore: vue3 peerDependency

This commit is contained in:
mathuo 2024-12-23 15:52:53 +00:00
parent 32fa1511d8
commit 3479828237
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -53,5 +53,8 @@
}, },
"dependencies": { "dependencies": {
"dockview-core": "^2.1.4" "dockview-core": "^2.1.4"
},
"peerDependencies": {
"vue": "^3.4.0"
} }
} }