An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
npm install @opentiny/vue-renderlessProvides a rendering-free logic layer for the TinyVue component.
Add the following code to the entry file main.js:
``js
import PopupManager from '@opentiny/vue-renderless/common/deps/popup-manager'
// Set the starting level to 3000
PopupManager.zIndex = 3000
``