预补偿 val - localOffset 后混用本地 getFullYear/getMonth 与 UTC 的 getUTCDate+1,导致所有时区偏移一天。 本地与 UTC 混用还会使西半球跨年/跨月边界错月错年。 改为统一读取 getUTCFullYear/getUTCMonth/getUTCDate,与预补偿语义一致,修正多时区及跨边界日期偏移。 |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| types | ||
| README.md | ||
| README.zh-CN.md | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
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