Merge pull request #808 from mathuo/807-dockview-vue-vue-peer-dependency

chore: vue3 peerDependency
This commit is contained in:
mathuo 2024-12-23 15:54:06 +00:00 committed by GitHub
commit d33babd522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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