mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
Custom fields feature.
This commit is contained in:
14
client/src/pages/Dashboard/Users/UsersList.vue
Normal file
14
client/src/pages/Dashboard/Users/UsersList.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div>Users List</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'users-list',
|
||||
afterRouteEnter(to, from, next) {
|
||||
debugger;
|
||||
this.$store.commit('setPageTitle', this.$t('users_list'));
|
||||
next();
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user