Vue Loader
Scoped CSS
scoped option
scoped optionLocal style and global style
<style> /* global styles */ </style> <style scoped> /* local styles */ </style>
Root element of Child component
Deep Selectors
>>> Combinator
>>> Combinatorv-html and scoped style
v-html and scoped stylev-html vs v-text
v-html vs v-textWhat is lazy load?
Last updated