Takeshi Sone

Results 94 comments of Takeshi Sone

Are you using Vue 3? I have not tried Vue 3 yet. I have no idea what happens with it.

I guess the second one is the prefetch. This component prefetches the images for the smooth user experience. You may see the same image is fetched multiple times (prefetch and...

There isn't at the moment. I'll add it to my to-do list.

It is not possible at the moment. I'll add that feature when I have time. Thanks for the input.

Can you use `page` slot prop like https://github.com/ts1/flipbook-vue/blob/450e8b2822fb9b0c2577049773a7c073d74563ed/src/App.vue#L37 ? Or I don't understand your problem correctly?

> doublecilck method in mobile to flip It's worth giving it some thought.

Sorry for the late reply. I think `.flipbook .viewport` is not working, because you are not giving class name to `flipbook`.

Thanks for the report, @fmctaggart. I'll investigate the issue.

``` yarn yarn dist ``` I'll update README to clarify this.

Which bundler do you use? (webpack, etc) With webpack it builds fine as in examples/vue2module.