br-dionysus 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  + TaBPage([标签页组件](#tabpage标签页组件))
8
8
  + MInputNumber([数值输入框组件](#minputnumber数值输入框组件))
9
9
  + MInline([筛选组件](#minline筛选组件))
10
+ + SkinConfig([皮肤配置](#skinconfig皮肤设置))
10
11
  ---
11
12
 
12
13
  ### TaBPage(标签页组件)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "br-dionysus",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "scripts": {
5
5
  "dev": "vite --config ./build/base.config.ts",
6
6
  "build:doc": "vue-tsc --noEmit && vite build --config ./build/doc.config.ts && node script/copyDir.js",