UNPKG

zelement

Version:

## Project setup ``` npm install ```

7 lines (5 loc) 132 B
import Alert from './src/Alert'; Alert.install = function(Vue){ Vue.component(Alert.name,Alert); } export default Alert;