Skip to content

Commit ae879cd

Browse files
committed
fix missing exported components
1 parent 68213ae commit ae879cd

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-openlayers",
3-
"version": "0.1.62",
3+
"version": "0.1.63",
44
"description": "Openlayers Wrapper for Vue3",
55
"repository": {
66
"type": "git",

src/components/styles/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ function install (app) {
3131
Fill,
3232
Icon,
3333
Text,
34-
FlowLine
34+
FlowLine,
35+
Circle
3536
}

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@ export {
6060
MapControls,
6161
Geometries,
6262
Styles,
63+
Interactions,
64+
Animations
6365

6466
}

0 commit comments

Comments
 (0)