Update packages/frontend/src/pages/role.vue

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
This commit is contained in:
syuilo
2023-11-17 13:26:48 +09:00
committed by GitHub
parent 43cb2d478c
commit f89a827aa9

View File

@@ -55,7 +55,7 @@ const props = withDefaults(defineProps<{
let tab = $ref(props.initialTab);
let role = $ref();
let error = $ref();
let visiable = $ref(false);
let visible = $ref(false);
watch(() => props.role, () => {
os.api('roles/show', {