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

ExampleVue.umd.min.1.js « dist « vue « ExampleVue « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f0092b7be7438b6bc5ee01457c02f31fe7f9cce (plain)
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}}]);
//# sourceMappingURL=ExampleVue.umd.min.1.js.map