tiny-vue/packages/renderless
申君健 fe9c01c1ee
fix(transfer): fix the issue where the default selection does not work in the tree component under Vue 2 (#3344)
2025-04-24 11:20:00 +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(transfer): fix the issue where the default selection does not work in the tree component under Vue 2 (#3344) 2025-04-24 11:20:00 +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.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 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