Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

一个 quill 的封装,用于移动端 webview 的跨平台富文本编辑器,类似知乎移动端富文本

NotificationsYou must be signed in to change notification settings

artiely/quill-vue-mobile

Repository files navigation

一个 quill 的封装,用于移动端 webview 的跨平台富文本编辑器,类似知乎移动端富文本

preview

Project setup

npm install quill-vue-mobile

usage

<template>  <quill-vue-mobile:defaultValue="{ title: '我是默认标题', content: '我是默认内容' }"ref="editor"@upload-img="uploadImg"@title-change="titleChange"@content-change="contentChange"  /></template><script>exportdefault {data() {return {      title:'',    }  },  methods: {uploadImg() {this.$refs.editor.renderImg('https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo_top-e3b63a0b1b.png'      )    },contentChange(w) {console.log('TCL: contentChange -> w', w)    },titleChange(w) {console.log('TCL: titleChange -> w', w)    },  },}</script><style scoped></style>

About

一个 quill 的封装,用于移动端 webview 的跨平台富文本编辑器,类似知乎移动端富文本

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp