UNPKG
jodit-vue3
Version:
latest (1.0.5)
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.1.0
A Jodit WYSIWYG editor wrapper for vue3
github.com/DilanTsasi/jodit-vue3
DilanTsasi/jodit-vue3
jodit-vue3
/
src
/
editor.js
8 lines
(7 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
JoditEditor
from
'./JoditEditor.vue'
;
export
default
{
install
:
(
app
) =>
{ app.
component
(
'jodit-editor'
,
JoditEditor
); }, }
export
{
JoditEditor
}