Logo white

JCSS / jcss-miniprogram

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • jcss-miniprogram
  • uni_modules
  • uview-plus
  • libs
  • mixin
  • button.js
  • uni_modu
    252962bb
    刘淇 authored
    2026-01-21 10:56:36 +0800  
    Browse Code »
button.js 395 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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