adata-ui 3.1.3 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -91,7 +91,7 @@ onBeforeMount(() => {
|
|
|
91
91
|
<slot name="mobile-right"></slot>
|
|
92
92
|
</div>
|
|
93
93
|
</div>
|
|
94
|
-
<lang-switcher
|
|
94
|
+
<lang-switcher class="lg:hidden"/>
|
|
95
95
|
<div class="text-deepblue hidden items-center gap-4 dark:text-[#E3E5E8] lg:flex">
|
|
96
96
|
<!-- Mobile hidden -->
|
|
97
97
|
<div class="hidden items-center gap-4 lg:flex">
|
|
@@ -104,7 +104,7 @@ onBeforeMount(() => {
|
|
|
104
104
|
</div>
|
|
105
105
|
<div class="flex items-center gap-4">
|
|
106
106
|
<color-mode />
|
|
107
|
-
<lang-switcher
|
|
107
|
+
<lang-switcher />
|
|
108
108
|
</div>
|
|
109
109
|
|
|
110
110
|
|