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-progress
/
__test__
/
index.js
14 lines
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ver:1.3.1 */
/* author:xinglie.lkf@alibaba-inc.com */
let
Magix
=
require
(
'magix'
);
module
.
exports
=
Magix
.
View
.
extend
({
tmpl
:
'@index.html'
,
render
(
) {
let
me =
this
; me.
updater
.
digest
(); } });