UNPKG
csg-datav
Version:
latest (1.0.0)
1.0.0
Datav Document
csg-datav
/
docs
/
guide
/
codeData
/
digitalFlop
/
demo1.js
14 lines
(12 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
config1 = {
number
: [
100
],
content
:
'{nt}个'
}
const
config2 = {
number
: [
999
],
content
:
'{nt}个'
}
export
default
[ config1, config2 ]