flipbook-vue
flipbook-vue copied to clipboard
selfHook.bind' is undefined
When run app displays this error
and this my code
<template><flipbook class="flipbook" v-slot="flipbook" :pages="['null','https://picsum.photos/200/300','https://picsum.photos/200/300','https://picsum.photos/200/300']"> </flipbook></template><script>import Flipbook from 'flipbook-vue'export default {components: { Flipbook }} </script><style>.flipbook {width: 90vw;height: 90vh;}</style>
Are you using Vue 3? I have not tried Vue 3 yet. I have no idea what happens with it.