styleが他のファイルにも適応されるのを防ぐには
styleにscopedを設定する
<style scoped>
</style>
↑これだとコンポーネントのstyleも効かなくなる
コンポーネントのstyleをよびだし側で使いたい時はdeep selectorを使う
(参考 https://qiita.com/h-naito/items/f6ca679276282dce2600)
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
styleにscopedを設定する
<style scoped>
</style>
↑これだとコンポーネントのstyleも効かなくなる
コンポーネントのstyleをよびだし側で使いたい時はdeep selectorを使う
(参考 https://qiita.com/h-naito/items/f6ca679276282dce2600)
Register as a new user and use Qiita more conveniently
Go to list of users who liked