This repository showcases two ways to wrap and extend Quasar components using typescript.
Branch option-1 contains the first way to do it, using unplugin-vue-component and inferred typings from the wrapped file. This is also the code present in the main branch.
Branch option-2 contains the second way, defining a global component using a boot file that can be used anywhere in the code.
yarn
# or
npm installquasar devyarn lint
# or
npm run lintyarn format
# or
npm run formatquasar build