tiny-vue/packages/renderless
MomoPoppy f784e77c20
fix(dropdown,actionMenu): [dropdown,action-menu] Adapt to Dropdown an… (#1967)
* fix(dropdown,actionMenu): [dropdown,action-menu] Adapt to Dropdown and Actimenu SMB Theme

* feat(action-menu): [action-menu] Modify test cases
2024-08-23 15:33:55 +08:00
..
scripts Refactor project to Monorepo and TypeScript (#90) 2023-03-28 20:37:18 +08:00
src fix(dropdown,actionMenu): [dropdown,action-menu] Adapt to Dropdown an… (#1967) 2024-08-23 15:33:55 +08:00
types fix(pager): [pager] change pager XDesign theme (#1938) 2024-08-20 09:52:25 +08:00
README.md feat(readme): add readme files to main packages (#1826) 2024-08-05 15:22:50 +08:00
README.zh-CN.md feat(readme): add readme files to main packages (#1826) 2024-08-05 15:22:50 +08:00
package.json feat: Adapts to x-design specifications (#1872) 2024-08-09 14:37:01 +08:00
tsconfig.json feat(vue): [mind-map] mindmap (#1207) 2024-01-04 14:44:32 +08:00
tsup.config.ts fix(renderless): synchronize release code to dev (#954) 2023-11-29 14:32:34 +08:00

README.md

@opentiny/vue-renderless

Provides a rendering-free logic layer for the TinyVue component.

You can customize the global configuration of some components

Modify the popup window starting level (z-index)

Add the following code to the entry file main.js:

import PopupManager from '@opentiny/vue-renderless/common/deps/popup-manager'

// Set the starting level to 3000
PopupManager.zIndex = 3000