You've already forked template-MP-ts
Initial commit
This commit is contained in:
18
uview-plus/libs/mixin/button.js
Normal file
18
uview-plus/libs/mixin/button.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import { defineMixin } from '../vue'
|
||||
|
||||
export const buttonMixin = defineMixin({
|
||||
props: {
|
||||
lang: String,
|
||||
sessionFrom: String,
|
||||
sendMessageTitle: String,
|
||||
sendMessagePath: String,
|
||||
sendMessageImg: String,
|
||||
showMessageCard: Boolean,
|
||||
appParameter: String,
|
||||
formType: String,
|
||||
openType: String
|
||||
}
|
||||
})
|
||||
|
||||
export default buttonMixin
|
||||
|
||||
Reference in New Issue
Block a user