fix(client): Viteで This assignment will throw because "role" is a constantというエラーが出る

Fix #10187
This commit is contained in:
syuilo 2023-03-04 10:36:48 +09:00
parent dcd4d80869
commit b303d65450

View file

@ -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>