fix(vue-panel): 修复panel 的问题 (#113)

This commit is contained in:
申君健 2023-04-07 02:58:09 -07:00 committed by GitHub
parent b393bc42d0
commit 8334249122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@
"@opentiny/vue-option-group": "workspace:~",
"@opentiny/vue-pager": "workspace:~",
"@opentiny/vue-pager-item": "workspace:~",
"@opentiny/vue-panel": "workspace:~",
"@opentiny/vue-picker": "workspace:~",
"@opentiny/vue-picker-column": "workspace:~",
"@opentiny/vue-pop-upload": "workspace:~",

View File

@ -10,6 +10,7 @@
*
*/
import Panel from './src/index'
import { version } from './package.json'
/* istanbul ignore next */
Panel.install = function (Vue) {