GrapeCity / wijmo-demo

0 stars 0 forks source link

Discussion on #Grid/PagingScrolling/Client-sidePaging #3

Open alejandrolsca opened 3 years ago

alejandrolsca commented 3 years ago

The Vue2 example doesn't work on Vue 3 with composition API https://www.grapecity.com/wijmo/demos/Grid/PagingScrolling/Client-sidePaging/vue

The import is incorrect:

import { CollectionViewNavigator } from '@grapecity/wijmo.vue2.input';

I had to use below instead:

import { WjCollectionViewNavigator } from '@grapecity/wijmo.vue2.input';


Grid/PagingScrolling/Client-sidePaging

banzor commented 3 years ago

Hey Alejandro, thanks so much for pointing this out! This is also a bug in the Vue 2 example, but SystemJS forgives the missing symbols in the Vue 2 application and the modules are loaded globally.

We are updating this sample to use correct import and reviewing all others. Thanks again for pointing this out!