tiny-vue/packages/renderless
MomoPoppy e694210a1a
fix(select): [select] Adapt to multiple+disabled+showOnly scenarios with different themes (#1835)
2024-08-07 09:28:56 +08:00
..
scripts Refactor project to Monorepo and TypeScript (#90) 2023-03-28 20:37:18 +08:00
src fix(select): [select] Adapt to multiple+disabled+showOnly scenarios with different themes (#1835) 2024-08-07 09:28:56 +08:00
types feat: update site design style (#1752) 2024-07-17 15:28:47 +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: sync release-3.17.0 to dev (#1801) 2024-07-31 15:17:03 +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