File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div class = " route-display " >
3- <q-input
2+ <div >
3+ <q-input
44 @keyup.enter.native =" handleEnterKeyPress"
55 standout =" bg-teal text-white"
66 bottom-slots
1010 class =" input-add"
1111 >
1212 </q-input >
13+ <!-- <div class="route-display">-->
14+ <!--
15+
16+ -->
1317 <Routes ></Routes >
1418 </div >
1519</template >
Original file line number Diff line number Diff line change 11<template >
2- <div class =" route-view" >
2+ <div >
3+ <!-- <div class="route-view">-->
34 <a
45 :class =" route === activeRoute ? 'panel-block is-active' : 'panel-block'"
56 v-for =" route in Object.keys(routes)"
67 :key =" route"
78 @click =" handleClick(route)"
89 >
10+ <!--
911 <span class="panel-icon">
1012 <i class="fas fa-location-arrow" aria-hidden="true"></i>
1113 </span>
12- {{ route }}
14+ -->
15+ <q-list bordered separator >
16+ <q-item clickable v-ripple >
17+ <q-item-section >{{route}}</q-item-section >
18+
19+ </q-item >
20+
21+ </q-list >
22+
1323 </a >
1424 </div >
25+
1526</template >
1627
1728<script >
You can’t perform that action at this time.
0 commit comments