Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

vuetify html tag lang

new Vue({
  created() {
    const html = document.documentElement // returns the html tag
    html.setAttribute('lang', 'sv')
  }
  // other options
})
Source by forum.vuejs.org #
 
PREVIOUS NEXT
Tagged: #vuetify #html #tag #lang
ADD COMMENT
Topic
Name
4+9 =