UNPKG
h-richedit
Version:
latest (1.0.1)
1.0.1
1.0.0
简单的移动端富文本编辑器
github.com/houxiaozhao/h-richeditor
houxiaozhao/h-richeditor
h-richedit
/
src
/
index.js
7 lines
(6 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
richEditor
from
'./components/richEditor'
;
const
RichEditor
= {};
RichEditor
.
install
=
function
(
Vue, options
) {
Vue
.
component
(
'richEditor'
, richEditor); };
export
default
RichEditor
;