Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExampleVue/vue/dist/ExampleVue.umd.min.1.js')
-rw-r--r--plugins/ExampleVue/vue/dist/ExampleVue.umd.min.1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleVue/vue/dist/ExampleVue.umd.min.1.js b/plugins/ExampleVue/vue/dist/ExampleVue.umd.min.1.js
index 4f0092b7be..9db9ab48d2 100644
--- a/plugins/ExampleVue/vue/dist/ExampleVue.umd.min.1.js
+++ b/plugins/ExampleVue/vue/dist/ExampleVue.umd.min.1.js
@@ -1,2 +1,2 @@
-(("undefined"!==typeof self?self:this)["webpackJsonpExampleVue"]=("undefined"!==typeof self?self:this)["webpackJsonpExampleVue"]||[]).push([[1],{"2d21":function(e,t,n){"use strict";n.r(t);var c=n("8bbf");function o(e,t,n,o,r,u){return Object(c["openBlock"])(),Object(c["createElementBlock"])("div",null,[Object(c["createElementVNode"])("button",{onClick:t[0]||(t[0]=(...t)=>e.decrement&&e.decrement(...t))},"-"),Object(c["createTextVNode"])(" "+Object(c["toDisplayString"])(e.count)+" ",1),Object(c["createElementVNode"])("button",{onClick:t[1]||(t[1]=(...t)=>e.increment&&e.increment(...t))},"+")])}var r=Object(c["defineComponent"])({data(){return{count:12}},setup(){return{increment(){this.count+=1},decrement(){this.count-=1}}}});r.render=o;t["default"]=r}}]);
+(("undefined"!==typeof self?self:this)["webpackJsonpExampleVue"]=("undefined"!==typeof self?self:this)["webpackJsonpExampleVue"]||[]).push([[1],{"2d21":function(e,t,n){"use strict";n.r(t);var o=n("8bbf");const c=Object(o["createElementVNode"])("div",{class:"ui-confirm exampleDialog"},[Object(o["createElementVNode"])("h2",null,"Alert"),Object(o["createElementVNode"])("p",null," The count is greater than 1 right now! "),Object(o["createElementVNode"])("input",{type:"button",value:"OK",role:"yes"})],-1);function l(e,t,n,l,r,a){const i=Object(o["resolveComponent"])("MatomoDialog");return Object(o["openBlock"])(),Object(o["createElementBlock"])("div",null,[Object(o["createElementVNode"])("button",{onClick:t[0]||(t[0]=(...t)=>e.decrement&&e.decrement(...t))},"-"),Object(o["createTextVNode"])(" "+Object(o["toDisplayString"])(e.count)+" ",1),Object(o["createElementVNode"])("button",{onClick:t[1]||(t[1]=(...t)=>e.increment&&e.increment(...t))},"+"),Object(o["createVNode"])(i,{show:e.showDialog},{default:Object(o["withCtx"])(()=>[c]),_:1},8,["show"])])}var r=n("19dc"),a=Object(o["defineComponent"])({components:{MatomoDialog:r["MatomoDialog"]},computed:{showDialog(){return this.count>15}},data(){return{count:12}},setup(){return{increment(){this.count+=1},decrement(){this.count-=1}}}});a.render=l;t["default"]=a}}]);
//# sourceMappingURL=ExampleVue.umd.min.1.js.map \ No newline at end of file