UNPKG
@leodigital/ckeditor5
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
LeoDigital CKEditor 5.
@leodigital/ckeditor5
/
testapi
/
src
/
config
/
extend.js
12 lines
(10 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
view =
require
(
'think-view'
);
const
model =
require
(
'think-model'
);
const
cache =
require
(
'think-cache'
);
const
session =
require
(
'think-session'
);
module
.
exports
= [ view,
// make application support view
model
(think.
app
), cache, session ];