2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-18 12:34:25 +08:00
naive-ui/packages/common/Alert/index.js

9 lines
155 B
JavaScript
Raw Normal View History

/* istanbul ignore file */
import Alert from './src/main.vue'
Alert.install = function (Vue) {
Vue.component(Alert.name, Alert)
}
export default Alert