Logo white

grp_ai / matching_ai_withui

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • matching_ai_withui
  • ..
  • menu
  • SeatDemo.vue
  • babylon client form 추가
    0f94839d
    함상기 authored
    2024-04-16 17:25:24 +0900  
    Browse Code »
SeatDemo.vue 204 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<template>
    <div class="stepsdemo-content">
        <i class="pi pi-fw pi-ticket" />
        <p>Seat Component Content via Child Route</p>
    </div>
</template>

<script>
export default {};
</script>