2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-08 17:22:26 +03:00

feat(vue3): add vue3 support (#179)

* feat(vue3): add vue3 package

* fix(vue3): add package to lerna config
This commit is contained in:
Evgeny Kirpichyov
2023-07-17 17:27:21 +03:00
committed by GitHub
parent 05e3f6de87
commit f6dfc7dcf4
13 changed files with 1799 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"packages/bbob-preset-react",
"packages/bbob-preset-vue",
"packages/bbob-react",
"packages/bbob-vue2"
"packages/bbob-vue2",
"packages/bbob-vue3"
],
"publishConfig": {
"access": "public",