UNPKG

aos-element

Version:

A Component Library for Vue.js.

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