breaking change: disable allow-html by default

This commit is contained in:
chenjiahan
2020-09-14 15:42:04 +08:00
parent c68e77abca
commit 02c7a75ee3
8 changed files with 11 additions and 15 deletions
+1 -4
View File
@@ -14,6 +14,7 @@ export const pickerProps = {
title: String,
loading: Boolean,
readonly: Boolean,
allowHtml: Boolean,
itemHeight: [Number, String],
cancelButtonText: String,
confirmButtonText: String,
@@ -21,10 +22,6 @@ export const pickerProps = {
type: Boolean,
default: true,
},
allowHtml: {
type: Boolean,
default: true,
},
visibleItemCount: {
type: [Number, String],
default: 6,