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
  • PaymentDemo.vue
  • 20240409
    5b5ab7e5
    함상기 authored
    2024-04-09 13:22:29 +0900  
    Browse Code »
PaymentDemo.vue 211 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-money-bill" />
        <p>Payment Component Content via Child Route</p>
    </div>
</template>

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