refactor: add default img admin
This commit is contained in:
parent
a830118021
commit
a4b7df62eb
3 changed files with 8 additions and 3 deletions
|
|
@ -8,9 +8,12 @@ import { getName, getRealm, getRole, isLoggedIn } from 'src/services/keycloak';
|
|||
|
||||
const $q = useQuasar();
|
||||
|
||||
const userImage = ref<string>('');
|
||||
const filterRole = ref<string[]>();
|
||||
|
||||
defineProps<{
|
||||
userImage?: string;
|
||||
}>();
|
||||
|
||||
const inputFile = document.createElement('input');
|
||||
inputFile.type = 'file';
|
||||
inputFile.accept = 'image/*';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue