Giter Club home page Giter Club logo

Comments (12)

magFixCorp avatar magFixCorp commented on June 2, 2024 5

anyone still interested using this plugin in vue 3? I forked the repo and made necessary changes. https://www.npmjs.com/package/hooper-vue3 let me know if you are experiencing some issue

from hooper.

zdimaz avatar zdimaz commented on June 2, 2024 4

I'm not ! "export 'default' (imported as 'Vue') was not found in 'vue' Does Not support VUE3!

from hooper.

awwsmith avatar awwsmith commented on June 2, 2024

Running into this issue as well -- were you able to find a solution?

from hooper.

StuartCreed avatar StuartCreed commented on June 2, 2024

#197

from hooper.

rezab777 avatar rezab777 commented on June 2, 2024

@magFixCorp
Tried your fork, getting:
Failed to resolve import "hooper". Does the file exist?

from hooper.

magFixCorp avatar magFixCorp commented on June 2, 2024

@magFixCorp Tried your fork, getting: Failed to resolve import "hooper". Does the file exist?

@rezab777 try import { Hooper, Slide } from 'hooper-vue3'

I just realized that the plugin still is not working properly. Needs more work on it. I am using it in my project so I will give some more effort in order to make it work . Will keep you up to date

from hooper.

magFixCorp avatar magFixCorp commented on June 2, 2024

@rezab777 I worked past day on this and finally managed it to work with vue3. (Please note that I was using this plugin on a vue 2 app and I migrated to vue 3) The plugin is only tested on migrated version(options API), I haven't tested it yet with composition API. Here is a link to npm please use it to install. In readme you can find a simple example of how to use the plugin. Please let me know if you run into some other problems I will assist you in order to make it work.
https://www.npmjs.com/package/hooper-vue3

from hooper.

ismail9k avatar ismail9k commented on June 2, 2024

For Vue3 you can use this lib instead: https://github.com/ismail9k/vue3-carousel

from hooper.

suniluplers avatar suniluplers commented on June 2, 2024

Hi @rezab777 , I have justed install new plugin hooper-vue3 and added sample code but still it's not working for me.

<template>
  <hooper>
    <slide> slide 1 </slide>
    <slide> slide 2 </slide>
    <slide> slide 3 </slide>
    <slide> slide 4 </slide>
    <slide> slide 5 </slide>
    <slide> slide 6 </slide>
  </hooper>
</template>

<script>
import { Hooper, Slide } from "hooper-vue3";

export default {
  components: {
    Hooper,
    Slide,
  },
};
</script>

But still getting the below UI only

image

Could you please help me here ?

from hooper.

ismail9k avatar ismail9k commented on June 2, 2024

Please note that Hooper doesn't support Vue 3, and it's also not maintained anymore by me, please consider using Vue3-carousel. (https://github.com/ismail9k/vue3-carousel)

from hooper.

suniluplers avatar suniluplers commented on June 2, 2024

@ismail9k Do we have any flag regarding slider scroll horizontal or verical in (https://github.com/ismail9k/vue3-carousel)?

from hooper.

citymy avatar citymy commented on June 2, 2024

anyone still interested using this plugin in vue 3? I forked the repo and made necessary changes. https://www.npmjs.com/package/hooper-vue3 let me know if you are experiencing some issue

Navigation, Pagination - not work
I connect
< template v-slot:hooper-addons >
< hooper-pagination>< /hooper-pagination >
< hooper-pagination>< /hooper-pagination >
< /template >

import { Hooper, Slide, Navigation as HooperNavigation, Pagination as HooperPagination } from 'hooper-vue3';

from hooper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.