importUnicornLogfrom'@plugins/UnicornLog';
exportconst version = '__VERSION__';
// Automatic installation if Vue has been added to the global scope.if (typeofwindow !== 'undefined' && window.Vue) {
window.Vue.use(UnicornLog);
}
exportdefaultUnicornLog;