Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@opentiny/vue-renderless

opentiny10.9kMIT3.22.0TypeScript support: included

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

vue, vue3, frontend, component-library, components, vue-components, opentiny, renderless-components, headless-components

readme

@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