cmp-cc / vue-cookies

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

Vue 3 returns this warning in development #89

Open matthew-dean opened 1 year ago

matthew-dean commented 1 year ago

Vue console logs have this warning:

[Vue warn]: setup() return property "$cookies" should not start with "$" or "_" which are reserved prefixes for Vue internals. 

Is this library / tool improperly naming $cookies? I tried renaming to cookies but got a runtime error. Is there a way to resolve this warning?