Skip to content

RTL Layout

usage

markdown code
md
      
      ::: sandbox {rtl}
:::
    
<template>
<h1>Hello {{ msg }}</h1>
</template>

<script setup>
import { ref } from 'vue';
const msg = ref('world');
</script>

Released under the MIT License.