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