Open joezak11 opened 2 years ago
@nuxtjs/color-mode: 3.1.8 nuxt: 3.0.0-rc.12
app.vue:
<template> <Html dir="rtl"> <!-- Whatever --> </Html> </template>
the dir attribute to persist
any attributes on html tag are removed when colormode loads and are replaced with colormode's attributes
Version
@nuxtjs/color-mode: 3.1.8 nuxt: 3.0.0-rc.12
Reproduction Link
Steps to reproduce
app.vue:
What is Expected?
the dir attribute to persist
What is actually happening?
any attributes on html tag are removed when colormode loads and are replaced with colormode's attributes