pet/uni_modules/uview-next/components/u-markdown/props.js

13 lines
274 B
JavaScript

export default {
props: {
content: {
type: String,
default: ()=> uni.$u.props.markdown.content
},
showLine: {
type: [Boolean, String],
default: ()=> uni.$u.props.markdown.showLine
}
}
}