@gurso/vg-chart
v1.0.6
Published
npm install @gurso/vg-chart
Readme
vgChart
Install
npm install @gurso/vg-chartthen in your main file :
import { createApp } from "vue"
import vgChart from "@gurso/vg-chart"
import App from "./App.vue"
...
const app = createApp(App)
...
app.use(vgChart)
...
app.mount("#app")