cmp-cc / vue-cookies

A simple Vue.js plugin for handling browser cookies
MIT License
408 stars 70 forks source link

Property 'get' does not exist on type #76

Open isCopyman opened 2 years ago

isCopyman commented 2 years ago

image

cmp-cc commented 2 years ago

update version

reference README

panknows commented 2 years ago

Same problem on latest 1.8.1 version

mbeneyto commented 1 year ago

Types seems to be defined incorrectly for the export, as it is telling TS that all library methods are under a property VueCookies

image

The second approach has no ts errors but it won't work.

This is happening on latest 1.8.3