tiny-vue/packages/renderless
gimmyhehe ffd7678b7b
chore: update version to 3.25.0 (#3583)
2025-07-14 19:13:04 +08:00
..
scripts fix(renderless): fix renderless publish error and fix button-group apis (#2983) 2025-03-03 10:48:57 +08:00
src fix:时间区间清空应返回空数组 (#3582) 2025-07-14 17:50:13 +08:00
types fix(popconfirm): add handleDocumentClick to IPopconfirmApi interface (#3170) 2025-03-25 09:37:33 +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 chore: update version to 3.25.0 (#3583) 2025-07-14 19:13:04 +08:00
tsconfig.json feat: 还原renderless打包逻辑 2024-12-11 17:17:18 +08:00
tsup.config.ts chore: remove useless runtime-version (#3249) 2025-04-07 11:21:52 +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