Skip to content
Snippets Groups Projects
Commit 15cbbd83 authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

Button to add places positioned in top and bottom (Suggested by : AFS)

parent 173d2d4d
No related branches found
No related tags found
No related merge requests found
,wildfly,bhabesh-HP-NIBIO-Ubuntu.hitronhub.home,30.07.2021 18:37,file:///home/wildfly/.config/libreoffice/4;
\ No newline at end of file
File added
<template>
<div class="hello">
<h1>{{ msg }}</h1>
<div >
<router-link class="row fw-bold" ref='linkMapPoi' :to="{name:'MapPOI', params: {}}" >
<div class='col'><i class="fas fa-plus-circle fa-2x"></i></div>
</router-link>
</div>
<div class="container">
<router-link class="row fw-bold" ref='linkMapPoi' :to="{name:'MapPOI', params: {pointOfInterestId:poi.pointOfInterestId}}" v-bind:class="{'text-danger':poi.isNew, 'text-primary':poi.toUpload, 'text-secondary':poi.isDeleted}" v-for="poi in listPOI" v-bind:key="poi.pointOfInterestId">
<div v-if="poi.isDeleted">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment