@ccos/webos-vue
Version:
A Web-Ui Framework for Skyworth/Coocaa TV
23 lines (22 loc) • 545 B
JavaScript
import { openBlock, createElementBlock, normalizeClass, normalizeStyle, unref } from "vue";
import "./index35.mjs";
const _sfc_main = {
__name: "index",
props: {
type: String,
size: String
},
setup(__props) {
const props = __props;
let style = "font-size:" + props.size + "px";
return (_ctx, _cache) => {
return openBlock(), createElementBlock("span", {
class: normalizeClass(__props.type),
style: normalizeStyle(unref(style))
}, null, 6);
};
}
};
export {
_sfc_main as default
};