Git Product home page Git Product logo

wepy-com-richtext's Introduction

wepy-com-richtext

为官方提供的 <rich-text></rich-text> 组件提供渐进式支持,并支持官方本身不支持的下划线 HTML 标签(即 <u></u>)和符合 ISO 8859 的实体符号。

此组件依赖 wepy 1.7.0+。


用法

安装:

npm install @skit/wepy-com-richtext --save

引入组件:

<template>
    <ui-richtext :content.sync="html" :decode.sync="true" />
</template>
<script>
    import wepy from 'wepy';
    import UIRichText from '@skit/wepy-com-richtext';

    export default class DemoPage extends wepy.page {
        components = {
            'ui-richtext': UIRichText
        };
    }
</script>

可配置项

属性

参数项 说明 类型 是否必填 默认值
content HTML 源代码片段 String
decode 是否按照富文本方式显示 Boolean false

方法

wepy-com-richtext's People

Contributors

fudiwei avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.