flamingo-ui
Version:
火烈鸟UI组件库
19 lines (18 loc) • 558 B
JavaScript
import "./index-sfc.css";
import "./index-sfc-2.css";
const __vue_sfc__ = {
props: {}
};
import { renderSlot as _renderSlot, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
const _hoisted_1 = { class: "fmg-button" };
function __vue_render__(_ctx, _cache) {
return _openBlock(), _createElementBlock("button", _hoisted_1, [
_renderSlot(_ctx.$slots, "default")
]);
}
__vue_sfc__.render = __vue_render__;
__vue_sfc__._scopeId = "data-v-4f7cfd16";
var stdin_default = __vue_sfc__;
export {
stdin_default as default
};