Embryo Vuejs
  • Introduction
  • Folder structure
  • Installation
  • Translate App
  • Custom Component
  • Style Customization
  • Routing/Navigation
  • Rtl
  • Credits
  • Faq (Frequently Asked Questions)
  • Still problem?
Powered by GitBook
On this page

Was this helpful?

Rtl

Rtl will help to display the rtl languages properly.

To enable RTL:

Simply go to src>store>modules>settings>index.js

then change rtlLayout to true . Rtl will be applied to the whole site.

index.js
const state = {
	rtlLayout: false
	
}
PreviousRouting/NavigationNextCredits

Last updated 6 years ago

Was this helpful?