Some checks failed
continuous-integration/drone/push Build is failing
- 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
14 lines
228 B
Vue
14 lines
228 B
Vue
<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> |