UNPKG

vue-atlas

Version:

A library of Vue.js 2.x components.

8 lines (6 loc) 242 B
import VaNotification from './VaNotification.vue' import VaNotificationMethod from './VaNotificationMethod' export default Vue => { Vue.component(VaNotification.name, VaNotification) Vue.prototype.VaNotification = VaNotificationMethod }