UNPKG

@ccos/webos-vue

Version:

A Web-Ui Framework for Skyworth/Coocaa TV

26 lines (25 loc) 675 B
import { onMounted, onBeforeUnmount, openBlock, createElementBlock, normalizeClass, toDisplayString } from "vue"; import "./index36.mjs"; import _export_sfc from "./index34.mjs"; const _sfc_main = { __name: "index", props: { size: String, text: String }, setup(__props) { onMounted(() => { }); onBeforeUnmount(() => { }); return (_ctx, _cache) => { return openBlock(), createElementBlock("div", { class: normalizeClass("style-" + __props.size) }, toDisplayString(__props.text), 3); }; } }; const TvText = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f00fd5e6"]]); export { TvText as default };