Skip to content

Article 文章

Article 文章打开
9:41
/pages/article/index

介绍

weui-article 提供 WeUI 官方文章排版容器,适合展示协议、说明文档、公告正文等长文本内容。

基础用法

vue
<template>
  <weui-article>
    <h1>大标题</h1>
    <section>
      <h2>章标题</h2>
      <p>这里是正文内容。</p>
    </section>
  </weui-article>
</template>

API

weui-article 仅作为排版容器使用,没有额外 Props 和 Events。

Slots

插槽名说明
default文章内容

Released under the MIT License.