mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-10 08:14:24 +00:00
add comment about map in Home.vue
This commit is contained in:
parent
9d74c34d40
commit
2aacb390f8
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
<template>
|
||||
<!-- <img src="https://cdn.discordapp.com/attachments/933187220217663570/1129696534863286353/image.png.png" alt="placeholder for map"
|
||||
style=" display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;"> -->
|
||||
<!-- TO DO need someone to make map fuctional properly -->
|
||||
<!--don't know why height auto didn't work so i write 1117px for temporary -->
|
||||
<ol-map
|
||||
:loadTilesWhileAnimating="true"
|
||||
:loadTilesWhileInteracting="true"
|
||||
style="height: 1117px;"
|
||||
|
||||
>
|
||||
<ol-view
|
||||
ref="view"
|
||||
|
|
Loading…
Reference in a new issue