初始化
This commit is contained in:
17
components/empty/index.js
Normal file
17
components/empty/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// components/empty/index.js
|
||||
Component({
|
||||
|
||||
properties: {
|
||||
description: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
|
||||
data: {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user