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