Simplebar + Vue3
See original GitHub issueDescribe the bug
Uncaught TypeError: can't access property "_c", _vm._self is undefined => simplebar-vue.esm.js:38
To Reproduce Steps to reproduce the behavior:
- yarn add simplebar-vue
- add import simplebar from ‘simplebar-vue’;
- add import ‘simplebar/dist/simplebar.min.css’;
- add simplebar to components
- add tag <simplebar></simplebar> around my scolled content
- start server
Your environment
| Software | Version(s) |
|---|---|
| SimpleBar | ^1.6.0 |
| Vue | ^3.0.0 |
| Browser | Firefox Developer 87.0b9 (64 bits) |
| Operating System | macOS Big Sur 11.2.3 (20D91) |
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:5 (1 by maintainers)
Top Results From Across the Web
simplebar-vue3 - npm
simplebar -vue3. TypeScript icon, indicating that this package has built-in type declarations · Readme · Code Beta · 0 Dependencies · 0 Dependents ......
Read more >A vue3 wrapper for simplebar - GitHub
A Vue3 Wrapper for SimpleBar. Intallation. For npm and pnpm: (npm or pnpm) install simplebar simplebar-vue3. For yarn: yarn add simplebar simplebar-vue3 ......
Read more >simplebar-vue3 - npm Package Health Analysis - Snyk
Learn more about simplebar-vue3: package health score, popularity, security, maintenance, versions and more.
Read more >How to use simpleBar in a project with vue 3 - Stack Overflow
<template> <div data-simplebar></div> </template> <script lang="ts"> import { defineComponent} from 'vue' import ...
Read more >simplebar-vue examples - CodeSandbox
Learn how to use simplebar-vue by viewing and forking simplebar-vue example apps on CodeSandbox.
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 Free
Top 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

If anyone wants to update the PR with support for Vue 3 I would be happy to release that!
I remove the rtl