mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added router for redirect on home and add router for profile page
This commit is contained in:
11
luckydiamond/src/pages/ProfilePage.vue
Normal file
11
luckydiamond/src/pages/ProfilePage.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="content__grid-profile">
|
||||
<h1>profile</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user