vuejs-smart-table icon indicating copy to clipboard operation
vuejs-smart-table copied to clipboard

Adding to Vue 3

Open MohabAbugabal opened this issue 2 years ago • 2 comments

Hello. I am getting this warning when trying to add the library on Vue 3. Any suggestion on what might be causing this.

"export 'default' (imported as 'Vue') was not found in 'vue'

MohabAbugabal avatar Oct 06 '21 09:10 MohabAbugabal

Hi there, Here is my errors when trying to install for Vue3:

code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/vue npm ERR! vue@"3.2.45" from @directus/[email protected] npm ERR! node_modules/@directus/shared npm ERR! @directus/shared@"9.22.3" from @directus/[email protected] npm ERR! node_modules/@directus/extensions-sdk npm ERR! dev @directus/extensions-sdk@"9.22.4" from the root project npm ERR! peer vue@"^3.2.25" from @vitejs/[email protected] npm ERR! node_modules/@vitejs/plugin-vue npm ERR! dev @vitejs/plugin-vue@"^4.0.0" from the root project npm ERR! 12 more (@vue/server-renderer, @vuetify/loader-shared, ...) npm ERR! npm ERR! Could not resolve dependency: npm ERR! vuejs-smart-table@"1.0.0-beta.6" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/vue npm ERR! peer vue@">= 2.5 < 2.7" from @vue/[email protected] npm ERR! node_modules/@vue/composition-api npm ERR! peerOptional @vue/composition-api@"^1.0.0-beta.1" from [email protected] npm ERR! node_modules/vuejs-smart-table npm ERR! vuejs-smart-table@"1.0.0-beta.6" from the root project

Are you still actively developping it ?

quentinglorieux avatar Feb 02 '23 06:02 quentinglorieux

try the @next branch: https://vue-smart-table.netlify.app/

USMortality avatar Aug 24 '23 03:08 USMortality