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