Advertisement
PaulCastellano

MainLayout.vue

Nov 8th, 2022
766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     <q-drawer v-model="rightDrawerOpen" :show-if-above="false" overlay side="right" bordered class="bg-grey-5">
  2.       <q-list>
  3.       <q-item>
  4.         <q-item-section>
  5.           <q-item-label>Title1</q-item-label>
  6.           <q-item-label caption>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis iaculis neque, id dapibus metus aliquam eu. Vivamus a tempus libero. Curabitur consectetur imperdiet urna eu laoreet</q-item-label>
  7.         </q-item-section>
  8.       </q-item>
  9.       <q-separator spaced inset />
  10.     </q-list>
  11.  
  12.     </q-drawer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement