UNPKG
vue-kityminder-ggg
Version:
latest (1.3.35)
1.3.35
1.3.34
1.3.33
1.3.31
1.3.29
1.3.28
1.3.27
1.3.26
1.3.25
1.3.24
1.3.23
1.3.19
1.3.17
1.3.16
1.3.15
1.3.14
1.3.12
1.3.11
1.3.10
百度脑图
vue-kityminder-ggg
/
src
/
expose-editor.js
11 lines
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@fileOverview
* * 打包暴露 * *
@author
: techird *
@copyright
: Baidu FEX, 2014 */
define
(
'expose-editor'
,
function
(
require
,
exports
,
module
) {
return
module
.
exports
= kityminder.
Editor
=
require
(
'./editor'
); });