GithubHelp home page GithubHelp logo

Vue 3 support about vue-cookies HOT 10 CLOSED

cmp-cc avatar cmp-cc commented on May 30, 2024 14
Vue 3 support

from vue-cookies.

Comments (10)

LittleWhiteLoti avatar LittleWhiteLoti commented on May 30, 2024 10

It works in Vue 3.0.11 if you are willing to change a little bit of the code. The loading style of ES 2015 works fine but how it is installed is incorrect. We no longer use the Vue.prototype. It is now Vue.config.globalProperties. Put the following in vue-cookie.js instead of the Vue.prototype.$cookies = this;

Vue.prototype ? Vue.prototype.$cookies = this : Vue.config.globalProperties.$cookies = this;

from vue-cookies.

anish2690 avatar anish2690 commented on May 30, 2024 5

@polinwei https://github.com/anish2690/vue-cookie-next

from vue-cookies.

goshku avatar goshku commented on May 30, 2024 4

anything about Vue 3.0?

from vue-cookies.

cmp-cc avatar cmp-cc commented on May 30, 2024 1

1.8.0 release

support vue3

from vue-cookies.

NMFES avatar NMFES commented on May 30, 2024

+1 to the question

from vue-cookies.

polinwei avatar polinwei commented on May 30, 2024

+1 same

from vue-cookies.

ruralcoder avatar ruralcoder commented on May 30, 2024

We don't need branch offs. So please upgrade to v3!

from vue-cookies.

talelmishali avatar talelmishali commented on May 30, 2024

Any update?

from vue-cookies.

doonv avatar doonv commented on May 30, 2024

#73 Fixes this. Why hasn't it merged yet?

Edit: It appears the last commit was 2 years ago. I don't think the owner the repo will back anytime soon, so someone needs to make a fork of this. Sadly the fork number is 69. I donno what we could do about that. It can't go any higher.

from vue-cookies.

doonv avatar doonv commented on May 30, 2024

Oh, nice.

from vue-cookies.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.