mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(theme): remove lang="scss" in component styles
This commit is contained in:
parent
2c43798697
commit
79fecda01f
@ -26,7 +26,7 @@ const { currentLang, localeLinks } = useLangs()
|
||||
</VPFlyout>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style scoped>
|
||||
.vp-navbar-translations {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user