- Complete GGZ Ecademy Nuxt.js user portal - Learning products browser and management - Member management interface - User authentication and roles - Multi-language support (NL/EN) - Vuex store for state management - Component-based architecture
This commit is contained in:
14
components/Product/Product.vue
Normal file
14
components/Product/Product.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="d-flex flex-column">
|
||||
<v-sheet class="mx-4 pa-4" max-height="600" max-width="500">
|
||||
|
||||
</v-sheet>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user