From b303d65450620073979888b8d129a529f9c5658b Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat, 4 Mar 2023 10:36:48 +0900
Subject: [PATCH] =?UTF-8?q?fix(client):=20Vite=E3=81=A7=20This=20assignmen?=
 =?UTF-8?q?t=20will=20throw=20because=20"role"=20is=20a=20constant?=
 =?UTF-8?q?=E3=81=A8=E3=81=84=E3=81=86=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=8C?=
 =?UTF-8?q?=E5=87=BA=E3=82=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fix #10187
---
 packages/frontend/src/pages/admin/roles.role.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/src/pages/admin/roles.role.vue b/packages/frontend/src/pages/admin/roles.role.vue
index e09f22e345..6eac902577 100644
--- a/packages/frontend/src/pages/admin/roles.role.vue
+++ b/packages/frontend/src/pages/admin/roles.role.vue
@@ -11,7 +11,7 @@
 				<MkFolder>
 					<template #icon><i class="ti ti-info-circle"></i></template>
 					<template #label>{{ i18n.ts.info }}</template>
-					<XEditor v-model="role" readonly/>
+					<XEditor :model-value="role" readonly/>
 				</MkFolder>
 				<MkFolder v-if="role.target === 'manual'" default-open>
 					<template #icon><i class="ti ti-users"></i></template>