br-dionysus 0.4.0 → 0.4.1

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
@@ -8,6 +8,7 @@
8
8
  + MInputNumber([数值输入框组件](#minputnumber数值输入框组件))
9
9
  + MInline([筛选组件](#minline筛选组件))
10
10
  + SkinConfig([皮肤配置](#skinconfig皮肤设置))
11
+ + MSelectTable([下拉表格选择器](#mselecttable下拉表格选择器))
11
12
 
12
13
  ---
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "br-dionysus",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
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",