mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
9 lines
179 B
JavaScript
9 lines
179 B
JavaScript
|
/* istanbul ignore file */
|
||
|
import BasePortal from './src/main.js'
|
||
|
|
||
|
BasePortal.install = function (Vue) {
|
||
|
Vue.component(BasePortal.name, BasePortal)
|
||
|
}
|
||
|
|
||
|
export default BasePortal
|