UNPKG

uview-next

Version:

基于uView UI 2.0,110+高质量组件库,支持vue2和vue3,支持鸿蒙,支持多语言,搭配便捷工具助力,让开发更得心应手

48 lines (47 loc) 694 B
import { defineProps } from '../../libs/util/props'; export default defineProps('wxAuth', { show: { type: Boolean, default: false }, logo: { type: String, default: '' }, title: { type: String, default: '' }, appName: { type: String, default: '' }, showHeader:{ type: Boolean, default: true }, content: { type: String, default: '获取您的昵称、头像' }, tips: { type: String, default: '以便为您提供更优质的服务' }, round:{ type: [Number, String], default: 10 }, closeable:{ type: Boolean, default: true }, maskCloseable:{ type: Boolean, default: false }, confirmText: { type: String, default: '保存' } })