forked from opentiny/tiny-vue
fix(vue-panel): 修复panel 的问题 (#113)
This commit is contained in:
parent
b393bc42d0
commit
8334249122
|
@ -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:~",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
*
|
||||
*/
|
||||
import Panel from './src/index'
|
||||
import { version } from './package.json'
|
||||
|
||||
/* istanbul ignore next */
|
||||
Panel.install = function (Vue) {
|
||||
|
|
Loading…
Reference in New Issue