UNPKG
jodit-ts-vue3
Version:
latest (0.1.1)
0.1.1
0.1.0
Vue wrapper for Jodit Editor
github.com/mccj/Jodit-Ts-Vue3
mccj/Jodit-Ts-Vue3
jodit-ts-vue3
/
src
/
components
/
editor.ts
9 lines
(8 loc)
•
205 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
JoditEditor
from
'./JoditEditor.vue'
;
export
default
{
install
:
(
app
:
any
) =>
{ app.
component
(
'jodit-editor'
,
JoditEditor
); }, }
export
{
JoditEditor
}
export
{
Jodit
}
from
'jodit'