UNPKG

cube-ui

Version:

A fantastic mobile ui lib implement by Vue

8 lines (6 loc) 246 B
import createAPIComponent from 'vue-create-api' export default function createAPI (Vue, Component, events, single) { Vue.use(createAPIComponent, {componentPrefix: 'cube-'}) const api = Vue.createAPI(Component, events, single) return api }