UNPKG

zk-desktop-ui

Version:

ZKTeco UI Components

9 lines (6 loc) 151 B
import Alert from './src/alert' /* istanbul ignore next */ Alert.install = function(Vue) { Vue.component(Alert.name, Alert) } export default Alert