"着重内容"组件:<strong> —— 快应用组件库H-UI

<import name="strong" src="../Common/ui/h-ui/text/c_tag_b"></import>
<template>
    <div class="container">
        <strong text="着重内容"></strong>
    </div>
</template>

<style lang="less">
    @import '../Common/styles/container.less';
</style>

<import name="strong" src="../Common/ui/h-ui/text/c_tag_b"></import>
<template>
    <div class="container">
        <strong text="着重内容" font="success"></strong>
    </div>
</template>

<style lang="less">
    @import '../Common/styles/container.less';
</style>

扫码体验

posted @ 2020-04-16 12:26  快应用HUI  阅读(96)  评论(0)    收藏  举报