mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-11 01:38:57 +08:00
10 lines
104 B
JavaScript
10 lines
104 B
JavaScript
'use strict';
|
|
|
|
Component({
|
|
properties: {
|
|
type: {
|
|
type: String,
|
|
value: ''
|
|
}
|
|
}
|
|
}); |