{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
Builder 是一个适用于 React、Vue、Svelte、Qwik 等的拖放式 headless CMS。与任何网站或应用程序集成,使用代码库中已有的组件进行拖放。 Register components Rendered your visually created content import { Builder } from '@builder.io/react' // Register our heading component for use in // the visual editor const Heading = props => ( {props.title} ) Builder.registerComponent(Heading, { name: 'Heading', ...