fix(theme): remove lang="scss" in component styles

This commit is contained in:
pengzhanbo 2025-06-29 15:39:17 +08:00
parent 2c43798697
commit 79fecda01f
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ const { currentLang, localeLinks } = useLangs()
</VPFlyout>
</template>
<style lang="scss" scoped>
<style scoped>
.vp-navbar-translations {
display: none;
}

View File

@ -31,7 +31,7 @@ function toggle() {
<ul class="list">
<li v-for="locale in localeLinks" :key="locale.link" class="item">
<VPLink class="link" :href="locale.link">
{{ locale.text }}
{{ locale.label }}
</VPLink>
</li>
</ul>
@ -40,7 +40,7 @@ function toggle() {
</div>
</template>
<style lang="scss" scoped>
<style scoped>
.vp-nav-screen-translations {
min-height: 24px;
overflow: hidden;