- 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:
18
components/Learning/Settings.vue
Normal file
18
components/Learning/Settings.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<v-icon
|
||||
class="mx-4"
|
||||
@click.stop="
|
||||
$store.commit('navigation/SWITCH_RIGHT_DRAWER', {
|
||||
component: 'Settings',
|
||||
subMenu: 'columns',
|
||||
})
|
||||
"
|
||||
>icon-settings</v-icon
|
||||
>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user