Press n or j to go to the next uncovered block, b, p or k for the previous block.
import Tab from "./src/Tab"; Tab.install = Vue => { Vue.component(Tab.name, Tab); }; export default Tab;