Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use with Vue 3? #6

Open
solojazz opened this issue Dec 8, 2021 · 1 comment
Open

Unable to use with Vue 3? #6

solojazz opened this issue Dec 8, 2021 · 1 comment

Comments

@solojazz
Copy link

solojazz commented Dec 8, 2021

I'm having issues using this directive with Vue 3. Is that because it's not supported?

Uncaught TypeError: Vue.prototype is undefined
    install index.js:8
    node_modules runtime-core.esm-bundler.js:3264
    <anonymous> main.js:10
    js app.js:1310
    __webpack_require__ app.js:854
    fn app.js:151
    1 app.js:1383
    __webpack_require__ app.js:854
    checkDeferredModules app.js:46
    <anonymous> app.js:994
    <anonymous> app.js:997

Configuration:

import SmoothVuebar from "smooth-vuebar";
import { createApp } from "vue";
import App from "./App.vue";

createApp(App).use(SmoothVuebar).mount("#app");
@scaccogatto
Copy link
Owner

Vue3 is currently not supported, PRs welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants