From 3ed2703cab7258586a44b5fcb6a01e3025d38c88 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 30 Oct 2024 13:28:11 +0300 Subject: [PATCH] Removed default RTL --- apps/showcase/nuxt.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/showcase/nuxt.config.js b/apps/showcase/nuxt.config.js index 765194b74..2e804a071 100644 --- a/apps/showcase/nuxt.config.js +++ b/apps/showcase/nuxt.config.js @@ -58,9 +58,6 @@ export default defineNuxtConfig({ app: { baseURL: baseUrl, head: { - htmlAttrs: { - dir: 'rtl' - }, title: 'PrimeVue - Vue UI Component Library', meta: [ { charset: 'utf-8' },