Appearance
weui-article 提供 WeUI 官方文章排版容器,适合展示协议、说明文档、公告正文等长文本内容。
weui-article
<template> <weui-article> <h1>大标题</h1> <section> <h2>章标题</h2> <p>这里是正文内容。</p> </section> </weui-article> </template>
weui-article 仅作为排版容器使用,没有额外 Props 和 Events。
default