UNPKG

microvideo-component

Version:

microvideo components

9 lines (6 loc) 203 B
import Chart from "./components/Chart.vue"; import { installComponent } from "../../utils/install.js"; Chart.install = function (Vue) { installComponent(Chart, Vue); }; export default Chart;