-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dropdown): 修复dropdown组件在虚拟滚动表格中报错问题
- Loading branch information
Showing
2 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
{ | ||
"name": "@opentiny/vue-renderless", | ||
"version": "3.16.2", | ||
"private": true, | ||
"version": "3.16.1", | ||
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.", | ||
"author": "OpenTiny Team", | ||
"license": "MIT", | ||
"homepage": "https://opentiny.design/tiny-vue", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:opentiny/tiny-vue.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/opentiny/tiny-vue/issues" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"vue3", | ||
|
@@ -15,29 +24,20 @@ | |
"renderless-components", | ||
"headless-components" | ||
], | ||
"author": "OpenTiny Team", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:opentiny/tiny-vue.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/opentiny/tiny-vue/issues" | ||
}, | ||
"sideEffects": false, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./*": "./src/*" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"build:fast": "npm run build && npm run release", | ||
"postversion": "pnpm build", | ||
"release": "esno ./scripts/postbuild.ts && shx cp README.md dist" | ||
}, | ||
"dependencies": { | ||
"xss": "1.0.11", | ||
"color": "4.2.3" | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./*": "./src/*" | ||
"color": "4.2.3", | ||
"xss": "1.0.11" | ||
}, | ||
"devDependencies": { | ||
"esno": "^0.16.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters