UNPKG
vue-ueditor
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
a wrapper of UEditor for vue 2.x
github.com/SilentTiger/vue-ueditor
SilentTiger/vue-ueditor
vue-ueditor
/
src
/
index.js
4 lines
(2 loc)
•
73 B
JavaScript
View Raw
1
2
3
4
import
UEditor
from
'./components/UEditor.vue'
;
export
default
UEditor
;