UNPKG

infiot-component-circlegauge

Version:

CircleGauge Component

17 lines (14 loc) 403 B
import Vue from 'vue'; import circlegauge from './components/circlegauge/circlegauge.vue'; import model_circlegauge from './components/circlegauge/model_circlegauge.js'; Vue.component('circlegauge', circlegauge); export default { install: function (Vue, options) { }, componentVue: function () { return circlegauge; }, componentModel: function () { return model_circlegauge; } };