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
  • prestige-vue-4.0.0
  • src
  • views
  • common
  • EmptyPage.vue
  • 20240409
    5b5ab7e5
    함상기 authored
    2024-04-09 13:22:29 +0900  
    Browse Code »
EmptyPage.vue 348 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<template>
    <div class="grid">
        <div class="col-12">
            <div class="card">
                <h5>Empty Page</h5>
                <p>This is your empty page template to start building beautiful applications.</p>
            </div>
        </div>
    </div>
</template>

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

<style scoped></style>