Update AppConfigurator.vue
parent
f99e54f838
commit
e805f7faf7
|
@ -42,7 +42,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<div class="config-panel-settings items-end">
|
<div class="config-panel-settings items-end">
|
||||||
<span class="config-panel-label">RTL (Beta)</span>
|
<span class="config-panel-label">RTL</span>
|
||||||
<ToggleSwitch v-model="isRTL" @update:modelValue="onRTLChange" />
|
<ToggleSwitch v-model="isRTL" @update:modelValue="onRTLChange" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue