add comment about map in Home.vue

This commit is contained in:
SRP-mango 2023-07-15 17:55:52 +07:00
parent 9d74c34d40
commit 2aacb390f8

View file

@ -1,12 +1,11 @@
<template> <template>
<!-- <img src="https://cdn.discordapp.com/attachments/933187220217663570/1129696534863286353/image.png.png" alt="placeholder for map" <!-- TO DO need someone to make map fuctional properly -->
style=" display: block; <!--don't know why height auto didn't work so i write 1117px for temporary -->
margin-left: auto;
margin-right: auto;"> -->
<ol-map <ol-map
:loadTilesWhileAnimating="true" :loadTilesWhileAnimating="true"
:loadTilesWhileInteracting="true" :loadTilesWhileInteracting="true"
style="height: 1117px;" style="height: 1117px;"
> >
<ol-view <ol-view
ref="view" ref="view"