init
This commit is contained in:
9
xhs-mini-demos/common/component/showbox/index.js
Normal file
9
xhs-mini-demos/common/component/showbox/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
Component({
|
||||
// behaviors: [{}],
|
||||
properties: {
|
||||
title: {
|
||||
type: String,
|
||||
value: '',
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user