We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85565a commit 5658b6aCopy full SHA for 5658b6a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [0.8.0](https://github.com/DvShu/neatui-vue/compare/v0.7.1...v0.8.0) (2024-07-01)
4
+
5
6
+### Features
7
8
+* 新增 tabbar 选项卡组件 ([a85565a](https://github.com/DvShu/neatui-vue/commit/a85565a13b228ad644c38f2681acd4eec8ed3a3b))
9
+* 新增 tabs 标签页样式 ([a85565a](https://github.com/DvShu/neatui-vue/commit/a85565a13b228ad644c38f2681acd4eec8ed3a3b))
10
11
## [0.7.1](https://github.com/DvShu/neatui-vue/compare/v0.7.0...v0.7.1) (2024-06-26)
12
13
package.json
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
- "version": "0.7.1",
+ "version": "0.8.0",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
0 commit comments