@mendmania/ui-name
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,16 +0,16 @@ | ||
import { openBlock as c, createElementBlock as s, normalizeProps as a, guardReactiveProps as l, renderSlot as f } from "vue"; | ||
const p = (t, o) => { | ||
const e = t.__vccOpts || t; | ||
for (const [r, n] of o) | ||
e[r] = n; | ||
return e; | ||
}, u = {}; | ||
function _(t, o) { | ||
import { openBlock as c, createElementBlock as s, normalizeProps as a, guardReactiveProps as l, renderSlot as _ } from "vue"; | ||
const f = (t, e) => { | ||
const o = t.__vccOpts || t; | ||
for (const [r, n] of e) | ||
o[r] = n; | ||
return o; | ||
}, p = {}; | ||
function u(t, e) { | ||
return c(), s("button", a(l(t.$attrs)), [ | ||
f(t.$slots, "default") | ||
_(t.$slots, "default") | ||
], 16); | ||
} | ||
const d = /* @__PURE__ */ p(u, [["render", _]]), i = { VButton: d }; | ||
const i = /* @__PURE__ */ f(p, [["render", u]]); | ||
export { | ||
i as default | ||
i as VButton | ||
}; |
@@ -1,1 +0,1 @@ | ||
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t(require("vue")):typeof define=="function"&&define.amd?define(["vue"],t):(e=typeof globalThis<"u"?globalThis:e||self,e.MyLib=t(e.Vue))})(this,function(e){"use strict";const t=(n,o)=>{const r=n.__vccOpts||n;for(const[i,f]of o)r[i]=f;return r},s={};function c(n,o){return e.openBlock(),e.createElementBlock("button",e.normalizeProps(e.guardReactiveProps(n.$attrs)),[e.renderSlot(n.$slots,"default")],16)}return{VButton:t(s,[["render",c]])}}); | ||
(function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.MyLib={},t.Vue))})(this,function(t,e){"use strict";const s=(n,o)=>{const r=n.__vccOpts||n;for(const[f,d]of o)r[f]=d;return r},i={};function u(n,o){return e.openBlock(),e.createElementBlock("button",e.normalizeProps(e.guardReactiveProps(n.$attrs)),[e.renderSlot(n.$slots,"default")],16)}const c=s(i,[["render",u]]);t.VButton=c,Object.defineProperties(t,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}); |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"scripts": { | ||
@@ -17,0 +17,0 @@ "dev": "vite", |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
3512
19