eslink-ui-plus
Version:
vue3 component library, css framework
4 lines (3 loc) • 1.05 kB
JavaScript
(function(e,d){typeof exports=="object"&&typeof module!="undefined"?module.exports=d(require("vue")):typeof define=="function"&&define.amd?define(["vue"],d):(e=typeof globalThis!="undefined"?globalThis:e||self,e["es-example"]=d(e.Vue))})(this,function(e){"use strict";e.pushScopeId("data-v-25f9ef7c");const d={class:"example"};e.popScopeId();var o=e.defineComponent({setup(n){const s=e.ref("hello");return(l,i)=>(e.openBlock(),e.createElementBlock("div",d,e.toDisplayString(s.value)+" world",1))}});function p(n,s){s===void 0&&(s={});var l=s.insertAt;if(!(!n||typeof document=="undefined")){var i=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css",l==="top"&&i.firstChild?i.insertBefore(t,i.firstChild):i.appendChild(t),t.styleSheet?t.styleSheet.cssText=n:t.appendChild(document.createTextNode(n))}}var c=`.example[data-v-25f9ef7c] {
display: inline-block;
}`;return p(c),o.__scopeId="data-v-25f9ef7c",o.__file="components/example/index.vue",o.install=n=>{n.component("es-example",o)},o});