File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ export default defineConfig({
3535 text : "Demo" ,
3636 link : "/demo" ,
3737 } ,
38+ {
39+ text : "Releases" ,
40+ link : "https://github.com/MelihAltintas/vue3-openlayers/releases" ,
41+ } ,
3842 {
3943 text : "General" ,
4044 items : [
Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ Install current **stable version**
88
99``` bash
1010npm install vue3-openlayers
11+
12+ # OR:
13+
14+ npm install vue3-openlayers@alpha # try out the latest alpha version
1115```
1216
1317## Usage
1418
15- To use vue3-openlayers in your application, you can import all components or just what you really need.
19+ To use ` vue3-openlayers ` in your application, you can import all components or just what you really need.
1620
1721``` js
1822import { createApp } from " vue" ;
Original file line number Diff line number Diff line change 1313 - theme : alt
1414 text : Demo
1515 link : /demo
16+ - theme : alt
17+ text : Releases
18+ link : https://github.com/MelihAltintas/vue3-openlayers/releases
1619
1720# features:
1821# - title: Vue3
You can’t perform that action at this time.
0 commit comments