Require vue-chat-scroll returns empty object
See original GitHub issueafter install the latest version with npm:
> require('vue-chat-scroll')
{}
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:58 (19 by maintainers)
Top Results From Across the Web
Vue-chat-scroll doesn't work with a loader - Stack Overflow
I tried to wrap the messages + loader inside a single div element (like in the snippet) · I tried to put the...
Read more >Changing Scroll Behavior with Vue Router | by John Au-Yeung
If we return something falsy or an empty object, no scrolling will happen. If we change scrollBehavior to: scrollBehavior(to, from, ...
Read more >Scroll down in vue in specific element - Laracasts
I am trying to scroll down on new appeared element in vue: I have chat messages where I have two arrays: data() {...
Read more >Create a performant virtual scrolling list in Vue.js
Implement virtual scrolling in large lists in your Vue.js application to decrease data renders and improve your UX.
Read more >[Fixed] Simple responsive website, layout is broken after ...
Dear Vue community, I am using Django-Vue stack for our simple landing page. It was working fine, ... (returns empty style).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I doesn’t work for me as well. I’m using:
and then
and I’m getting
[Vue warn]: Failed to resolve directive: chat-scroll
errorYea, sorry man 😦 I’m using
1.1.1
and having this issue too 😕From my
yarn.lock
:Doing
does not register the directive, even though console is logging this:
Standard
const VueChatScroll = require('vue-chat-scroll')
logs out as an empty object.