We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f7d6b commit 212cde6Copy full SHA for 212cde6
app.vue
@@ -51,7 +51,7 @@ defineShortcuts({
51
52
const useIdFunction = () => useId()
53
54
-const textDirection = useTextDirection({ initialValue: 'rtl' })
+const textDirection = useTextDirection({ initialValue: 'ltr' })
55
const dir = computed(() => textDirection.value === 'rtl' ? 'rtl' : 'ltr')
56
</script>
57
0 commit comments