UNPKG

lille-ui

Version:

A Vue.js project

7 lines (5 loc) 166 B
import LilleButton from './lille-button'; LilleButton.install = function(Vue) { Vue.component(LilleButton.name, LilleButton); }; export default LilleButton;