Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quasar old version #25

Closed
yavuzseker opened this issue Nov 22, 2021 · 5 comments
Closed

Quasar old version #25

yavuzseker opened this issue Nov 22, 2021 · 5 comments

Comments

@yavuzseker
Copy link

Hello.
I got this error when try to install extension

 "Extension(qgrid): is not compatible with quasar v1
.12.3. Required version: ^2.0.0-beta.12"

I dont want upgrade my Quasar version.so How can i use this extension for Q v1?

@pratik227
Copy link
Owner

Try to install 0.0.8 version.

npm i quasar-app-extension-qgrid@0.0.8

@yavuzseker
Copy link
Author

Thanks for reply.I tried it but Error changed .
New error
Vue warn]: Unknown custom element: <q-grid> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
My qgrid element :

  <q-grid 
        ref="table"  
        v-if="isLoading==true && type=='ham'" 
        :data="tableData" :columns="columns" 
        :visible_columns="visibleColumns" 
        row-key="name"
        :columns_filter="true" 
        dense :fullscreen="true" 
         :global_search="true"  
         :selected="selectedRow"  
        selection="multiple" 
        file_name="sample" 
        @selected-val="getSelected($event)">
    </q-grid>

P.s.It was working before

@pratik227
Copy link
Owner

Try

quasar ext add qgrid@0.0.8

@yavuzseker
Copy link
Author

oh thx bro.Its working now.:)

@pratik227
Copy link
Owner

Great.

Closing this issue @yavuzseker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants