eslink-ui-plus
Version:
vue3 component library, css framework
4 lines (3 loc) • 843 B
JavaScript
import{pushScopeId as d,popScopeId as s,defineComponent as i,ref as p,openBlock as c,createElementBlock as r,toDisplayString as f}from"vue";d("data-v-25f9ef7c");const m={class:"example"};s();var o=i({setup(t){const l=p("hello");return(a,n)=>(c(),r("div",m,f(l.value)+" world",1))}});function u(t,l){l===void 0&&(l={});var a=l.insertAt;if(!(!t||typeof document=="undefined")){var n=document.head||document.getElementsByTagName("head")[0],e=document.createElement("style");e.type="text/css",a==="top"&&n.firstChild?n.insertBefore(e,n.firstChild):n.appendChild(e),e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}}var h=`.example[data-v-25f9ef7c] {
display: inline-block;
}`;u(h),o.__scopeId="data-v-25f9ef7c",o.__file="components/example/index.vue",o.install=t=>{t.component("es-example",o)};export{o as default};