More on usage for components
notes
-
scoped are use to mark css effect that only function locally
-
Slot are use to make certain component to wrap it's html to another one. i.e. BaseCard and UserInfo.
-
slot can also have name when having multiple of them in the same componet. The receiver will need to get wrap in a 'template' tag and then use v-slot:nameOfSlot