Skip to content
Snippets Groups Projects
WishlistPage.vue 126 B
Newer Older
  • Learn to ignore specific revisions
  • fz2907's avatar
    fz2907 committed
    <template>This is wishList</template>
    
    
    <script>
    export default {
      name: "WishListPage",
    };
    </script>
    
    <style scoped></style>