pratik227 / quasar-qgrid

QGrid is a Quasar App Extension. It allows you to filter data for each column, Drag and Drop Rows and also allows you to filter data using header filters.
https://next-quasar-qgrid.netlify.app/
MIT License
112 stars 90 forks source link

Add more components to the repo #20

Closed abidhkm closed 3 years ago

abidhkm commented 3 years ago

Hi is it possible to add more components to the repo? I tried adding one more component in this path /ui/src/components/ and tried to use that inside dev/src/pages , but the newly created component is not rendered and getting this warning on console.


  at <Test1 onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< null > > 
  at <RouterView> 
  at <QPageContainer> 
  at <QLayout view="lHh Lpr lFf" > 
  at <MyLayout onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy {…} > > 
  at <RouterView> 
  at <App>
pratik227 commented 3 years ago

Hi @abidhkm,

You need to register that component then you can use it.

Refer this file(https://github.com/pratik227/quasar-qgrid/blob/next/ui/src/vue-plugin.js)