@yueglobal/vue-ui 1.0.1 → 1.0.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.
- package/README.md +1 -0
- package/index.mjs +1740 -1689
- package/index.umd.js +16 -16
- package/package.json +1 -1
- package/style.css +1 -1
- package/yue-page-header/first-menus/index.vue.d.ts +1 -5
- package/yue-page-header/helper.d.ts +9 -0
- package/yue-page-header/first-menus/icon-dot.vue.d.ts +0 -2
package/README.md
CHANGED
|
@@ -32,6 +32,7 @@ import '@yueglobal/vue-ui/style.css';
|
|
|
32
32
|
| ----------------- | ----------------------------------- | ------------------------------------------- | ------ |
|
|
33
33
|
| `width` | 内容宽度 | `string` \| `number` | `80%` |
|
|
34
34
|
| `backgroundColor` | 头部背景色 | `string` | `#fff` |
|
|
35
|
+
| `activeLabel` | 当前选中的一级菜单项的标题 | `string` | |
|
|
35
36
|
| `rightContent` | 顶部右侧的登录/用户信息按钮 | `Component` | |
|
|
36
37
|
| `menuItems` | 各业务系统的菜单 | `YueMenuItem`[] | |
|
|
37
38
|
| `pageTitle` | 缺值时从一级菜单取值 | `string` | |
|