Files
band-management/resources/vuexy-admin-v10.11.1/nuxt-version/javascript-version/starter-kit/pages/second-page.vue

14 lines
418 B
Vue

<template>
<div>
<VCard title="Create Awesome 🙌">
<VCardText>This is your second page.</VCardText>
<VCardText>
Chocolate sesame snaps pie carrot cake pastry pie lollipop muffin.
Carrot cake dragée chupa chups jujubes. Macaroon liquorice cookie
wafer tart marzipan bonbon. Gingerbread jelly-o dragée
chocolate.
</VCardText>
</VCard>
</div>
</template>