feat:练字贴功能基本完成
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Component({
|
||||
properties: {
|
||||
title: { type: String, value: '' },
|
||||
desc: { type: String, value: '' },
|
||||
hint: { type: String, value: '' },
|
||||
},
|
||||
data: {},
|
||||
methods: {},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user