UNPKG

whale-plus

Version:

A Component Library for Vue 3

27 lines (24 loc) 825 B
import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode } from 'vue'; import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs'; const _sfc_main = defineComponent({ __name: "button", setup(__props) { const xx = ref("asds"); onMounted(() => { xx.value = "1"; }); return (_ctx, _cache) => { return openBlock(), createElementBlock("div", null, _cache[0] || (_cache[0] = [ createElementVNode( "div", null, "666asdaasd\u5927\u8428\u8FBE", -1 ) ])); }; } }); var button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/shenkun/WorkSpace/Github/whale/packages/components/wl-button/src/button.vue"]]); export { button as default }; //# sourceMappingURL=button.mjs.map