mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
10 lines
221 B
JavaScript
10 lines
221 B
JavaScript
import Confirm from './src/index.js'
|
|
import { install } from '../../utils/installThemeAwarableProperty'
|
|
|
|
Confirm.install = function (Vue) {
|
|
Confirm.Vue = Vue
|
|
install(Vue, Confirm, '$NModal')
|
|
}
|
|
|
|
export default Confirm
|