tiny-vue/packages/renderless
liukun 73b6b21931
fix:走查修改以及用例修复 (#3143)
2025-03-18 21:48:09 +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:走查修改以及用例修复 (#3143) 2025-03-18 21:48:09 +08:00
types build(renderless): fix typescript type error when build renderless package (#2885) 2025-02-11 14:24:12 +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.22.0 (#2881) 2025-02-11 09:24:45 +08:00
tsconfig.json feat: 还原renderless打包逻辑 2024-12-11 17:17:18 +08:00
tsup.config.ts feat: 还原renderless打包逻辑 2024-12-11 17:17:18 +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