fix(client): Viteで This assignment will throw because "role" is a constantというエラーが出る
Fix #10187
This commit is contained in:
parent
dcd4d80869
commit
b303d65450
|
@ -11,7 +11,7 @@
|
||||||
<MkFolder>
|
<MkFolder>
|
||||||
<template #icon><i class="ti ti-info-circle"></i></template>
|
<template #icon><i class="ti ti-info-circle"></i></template>
|
||||||
<template #label>{{ i18n.ts.info }}</template>
|
<template #label>{{ i18n.ts.info }}</template>
|
||||||
<XEditor v-model="role" readonly/>
|
<XEditor :model-value="role" readonly/>
|
||||||
</MkFolder>
|
</MkFolder>
|
||||||
<MkFolder v-if="role.target === 'manual'" default-open>
|
<MkFolder v-if="role.target === 'manual'" default-open>
|
||||||
<template #icon><i class="ti ti-users"></i></template>
|
<template #icon><i class="ti ti-users"></i></template>
|
||||||
|
|
Loading…
Reference in New Issue