vue3-carousel icon indicating copy to clipboard operation
vue3-carousel copied to clipboard

Quasar framework dont import Components

Open athamour1 opened this issue 2 years ago • 1 comments

Describe the bug In Quasar framework, I can't import components such as Slide

To Reproduce

  • I followed the documentation example and I used composition API
  • I imported the components with import { Carousel, Slide, Navigation } from "vue3-carousel";
  • i defined the components with
components: {
  Carousel,
  Navigation,
  Slide
}

Expected behavior To load the components

Screenshots in this screenshot, I was trying to use the components with lowercase the same results I have with the first letter uppercase. image

Desktop

  • OS: Pop-OS 21.04
  • Browser: chrome
  • Version: Version 95.0.4638.69 (Official Build) (64-bit)

athamour1 avatar Nov 17 '21 08:11 athamour1

also i have tried to implement them with this method

athamour1 avatar Nov 17 '21 09:11 athamour1

This issue is fixed in the latest version, closing it

ismail9k avatar Nov 28 '22 06:11 ismail9k