When it comes to storing data in Vuex, it’s as simple as adding key-value pairs like you would in any other normal JavaScript object.
Read moreHow does Vue slot work?
Slot Content Vue implements a content distribution API inspired by the Web Components spec draft , using the <slot> element to serve as distribution outlets for content. If <navigation-link> ‘s template did not contain a <slot> element, any content provided between its opening and closing tag would be discarded.
Read more