ui-pager icon indicating copy to clipboard operation
ui-pager copied to clipboard

can support nativescript-vue 3 RC?

Open BrightXue opened this issue 9 months ago • 1 comments
trafficstars

import Pager from '@nativescript-community/ui-pager/vue';
import Pagers from './components/Pagers.vue'
const app = createApp(Pagers);
const pager = app.use(Pager);
pager.start();

System.err: TypeError: Cannot read properties of undefined (reading 'nativeView') System.err: System.err: StackTrace: System.err: mounted(file: src\webpack:\app_nsvue3\node_modules@nativescript-community\ui-pager\vue\pager.js:70:0)

the error happened in:ui-pager/vue/pager.js,

    mounted() {
        const pagerView = this.$refs.pagerView;
        this.pagerView = pagerView.nativeView;

can support nativescript-vue 3 RC?

BrightXue avatar Feb 07 '25 20:02 BrightXue