0.1.5 • Published 6 years ago
applet-builder v0.1.5
applet-builder
Installation
npm install applet-builderUsage
In template
<ActivitySetBuilder/>In script
import Components from 'applet-builder';
...
export default {
components: {
...Components
},
...