framework icon indicating copy to clipboard operation
framework copied to clipboard

overwrite layout component style no work

Open YIngChenIt opened this issue 3 years ago • 2 comments

Environment

Nuxt Version: 3.0.0

Reproduction

https://stackblitz.com/edit/github-hcvfnh?file=components/MainHeader.vue

Describe the bug

i want to overwrite <NuxtLayout name="header" /> style, but it is no work

<template>
  <NuxtLayout name="header" />
</template>

<style lang="scss" scoped>
.header {
  color: black;
}
</style>

image

Additional context

No response

Logs

No response

YIngChenIt avatar Nov 22 '22 02:11 YIngChenIt