tiny-vue/packages/renderless
Kagol 98b8a384a3
Merge pull request #2068 from opentiny/sync-3.18.0-to-dev
Sync 3.18.0 to dev
2024-09-09 10:36:45 +08:00
..
scripts Refactor project to Monorepo and TypeScript (#90) 2023-03-28 20:37:18 +08:00
src Merge pull request #2068 from opentiny/sync-3.18.0-to-dev 2024-09-09 10:36:45 +08:00
types Merge pull request #2068 from opentiny/sync-3.18.0-to-dev 2024-09-09 10:36:45 +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 Revert "Sync 3.18.0 to dev (#2066)" (#2067) 2024-09-06 15:10:19 +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