point-of-vue-globe-lib
v0.0.0-alpha.2
Published
The global library that is the point-of-vue ecosystem of components
Downloads
4
Readme
lib
TODO: description
Usage
...
import { createApp } from 'vue'
import PointOfVuePlugin from 'point-of-vue-globe-lib'
...
const app = createApp(App)
...
app.use(PointOfVuePlugin)
...