UNPKG
wft-generate-form
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
基于web端xps-formmaking生成的json在uniapp中动态解析
wft-generate-form
/
xps-generate-form
/
tinymce
/
tinymce-vue
/
lib
/
es2015
/
main
/
ts
/
index.js
10 lines
(9 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Copyright (c) 2018-present, Ephox, Inc. * * This source code is licensed under the Apache 2 license found in the * LICENSE file in the root directory of this source tree. * */
import
{
Editor
}
from
'./components/Editor'
;
export
default
Editor
;