UNPKG
magix-components
Version:
latest (1.3.1)
1.3.1
1.3.0
1.1.0
1.0.0
magix组件
github.com/magix-components/magix-components
magix-components/magix-components
magix-components
/
tmpl
/
mx-form
/
__test__
/
sub1.js
16 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* ver:1.3.1 */
/* author:xinglie.lkf@alibaba-inc.com */
let
Magix
=
require
(
'magix'
);
let
Form
=
require
(
'../index'
);
module
.
exports
=
Magix
.
View
.
extend
({
tmpl
:
'@sub1.html'
,
mixins
: [
Form
],
render
(
) {
let
me =
this
; me.
updater
.
digest
(); } });