UNPKG

@huntianning/components

Version:

Custom components for HTN

20 lines (17 loc) 271 B
import { warn, success, error } from './message.js' import './message.vue' export const install = (Vue) => { Vue.prototype.$warn = warn Vue.prototype.$success = success Vue.prototype.$error = error } export default { install, warn, success, error }