Skip to content

Commit

Permalink
feat(watermark): make console watermark disabled by default
Browse files Browse the repository at this point in the history
affects: @he-tree/vue
  • Loading branch information
phphe committed Sep 17, 2023
1 parent 438cd79 commit 903f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/he-tree-vue/src/components/BaseTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const cpt = defineComponent({
* Display as table
*/
table: { type: Boolean, default: false },
watermark: { type: Boolean, default: true },
watermark: { type: Boolean, default: false },
nodeKey: {
type: [String, Function] as PropType<
"index" | ((stat: Stat<any>, index: number) => any)
Expand Down

0 comments on commit 903f29b

Please sign in to comment.