mand-mobile
Version:
A Vue.js 2.0 Mobile UI Toolkit
33 lines (32 loc) • 486 B
JavaScript
export default {
props: {
title: {
type: String,
default: '',
},
describe: {
type: String,
default: '',
},
okText: {
type: String,
default: '',
},
cancelText: {
type: String,
default: '',
},
titleAlign: {
type: String,
default: 'center',
},
largeRadius: {
type: Boolean,
default: false,
},
onlyClose: {
type: Boolean,
default: false,
},
},
}