初始化(包含登录模块)
This commit is contained in:
8
wxcomponents/vant/info/index.js
Normal file
8
wxcomponents/vant/info/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { VantComponent } from '../common/component';
|
||||
VantComponent({
|
||||
props: {
|
||||
dot: Boolean,
|
||||
info: null,
|
||||
customStyle: String
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user