Results 1 issues of Alex Pilugin

I wanted to keep the selected date globally. For it I used next code: var global = new Vue({ data: { dateOne: "" } }) global.install = function(){ Object.defineProperty(Vue.prototype, 'global',...