mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
10 lines
214 B
JavaScript
10 lines
214 B
JavaScript
import Confirm from './src/index.js'
|
|
import install from '../../utils/installThemeableComponent'
|
|
|
|
Confirm.install = function (Vue) {
|
|
Confirm.Vue = Vue
|
|
install(Vue, Confirm, '$NModal')
|
|
}
|
|
|
|
export default Confirm
|