Skip to content
Snippets Groups Projects
Commit b303d654 authored by syuilo's avatar syuilo
Browse files

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

Fix #10187
parent dcd4d808
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment