vue-pancake-icons 2.1.9 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,9 +44,9 @@ const u = (e, n) => {
|
|
44
44
|
], 64));
|
45
45
|
}
|
46
46
|
}, I = /* @__PURE__ */ u(y, [["__scopeId", "data-v-a1de4649"]]), w = {
|
47
|
-
name: "
|
47
|
+
name: "icon-test"
|
48
48
|
};
|
49
|
-
function x(e, n, o, c, r,
|
49
|
+
function x(e, n, o, c, r, j) {
|
50
50
|
return " Test icon ";
|
51
51
|
}
|
52
52
|
const S = /* @__PURE__ */ u(w, [["render", x]]), $ = {
|
@@ -1 +1 @@
|
|
1
|
-
(function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("vue")):typeof define=="function"&&define.amd?define(["vue"],s):(e=typeof globalThis<"u"?globalThis:e||self,e.VuePancakeIcons=s(e.Vue))})(this,function(e){"use strict";const s="",d=(t,n)=>{const o=t.__vccOpts||t;for(const[c,l]of n)o[c]=l;return o},r=t=>(e.pushScopeId("data-v-a1de4649"),t=t(),e.popScopeId(),t),_={class:"card"},p=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Edit "),e.createElementVNode("code",null,"components/HelloWorld.vue"),e.createTextVNode(" to test HMR ")],-1)),m=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Check out "),e.createElementVNode("a",{href:"https://vuejs.org/guide/quick-start.html#local",target:"_blank"},"create-vue"),e.createTextVNode(", the official Vue + Vite starter ")],-1)),u=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Install "),e.createElementVNode("a",{href:"https://github.com/johnsoncodehk/volar",target:"_blank"},"Volar"),e.createTextVNode(" in your IDE for a better DX ")],-1)),f=r(()=>e.createElementVNode("p",{class:"read-the-docs"},"Click on the Vite and Vue logos to learn more",-1)),V=d({__name:"HelloWorld",props:{msg:String},setup(t){const n=e.ref(0);return(o,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("h1",null,e.toDisplayString(t.msg),1),e.createElementVNode("div",_,[e.createElementVNode("button",{type:"button",onClick:c[0]||(c[0]=l=>n.value++)},"count is "+e.toDisplayString(n.value),1),p]),m,u,f],64))}},[["__scopeId","data-v-a1de4649"]]),h={name:"
|
1
|
+
(function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("vue")):typeof define=="function"&&define.amd?define(["vue"],s):(e=typeof globalThis<"u"?globalThis:e||self,e.VuePancakeIcons=s(e.Vue))})(this,function(e){"use strict";const s="",d=(t,n)=>{const o=t.__vccOpts||t;for(const[c,l]of n)o[c]=l;return o},r=t=>(e.pushScopeId("data-v-a1de4649"),t=t(),e.popScopeId(),t),_={class:"card"},p=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Edit "),e.createElementVNode("code",null,"components/HelloWorld.vue"),e.createTextVNode(" to test HMR ")],-1)),m=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Check out "),e.createElementVNode("a",{href:"https://vuejs.org/guide/quick-start.html#local",target:"_blank"},"create-vue"),e.createTextVNode(", the official Vue + Vite starter ")],-1)),u=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Install "),e.createElementVNode("a",{href:"https://github.com/johnsoncodehk/volar",target:"_blank"},"Volar"),e.createTextVNode(" in your IDE for a better DX ")],-1)),f=r(()=>e.createElementVNode("p",{class:"read-the-docs"},"Click on the Vite and Vue logos to learn more",-1)),V=d({__name:"HelloWorld",props:{msg:String},setup(t){const n=e.ref(0);return(o,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("h1",null,e.toDisplayString(t.msg),1),e.createElementVNode("div",_,[e.createElementVNode("button",{type:"button",onClick:c[0]||(c[0]=l=>n.value++)},"count is "+e.toDisplayString(n.value),1),p]),m,u,f],64))}},[["__scopeId","data-v-a1de4649"]]),h={name:"icon-test"};function g(t,n,o,c,l,k){return" Test icon "}const a=Object.freeze(Object.defineProperty({__proto__:null,default:{IconTest:d(h,[["render",g]]),HelloWorld:V}},Symbol.toStringTag,{value:"Module"})),i={install(t){for(let n in a){const o=a[n];console.log(o,"rrrmmmm"),t.component(o.name,o)}}};return typeof window<"u"&&window.Vue&&window.Vue.use(i),i});
|
package/package.json
CHANGED
package/vite.config.js
CHANGED