Use of '<style scoped>' in Nuxt.js (SPA)
问题 I start the project with nuxt.js / express. We have developed style scoped for each component (.vue) in nuxt.js. So, when routing , the property is overlaid on the same class name (style), so the page does not display properly. 1. What is the correct use of 'style scoped'? 2. Or should the routing process be <a> rather than <nuxt-link> ? 回答1: What is the correct use of 'style scoped'? The <style scoped></style> notation is not ambiguous, as the scoped attribute suggests, all the CSS elements