feat(notification): remove default prop value for title, caption

This commit is contained in:
Eric Y Liu 2021-03-20 11:00:07 -07:00
commit 5ba6cc00b0
5 changed files with 11 additions and 11 deletions

View file

@ -4145,7 +4145,7 @@
"kind": "let",
"description": "Specify the title text",
"type": "string",
"value": "\"Title\"",
"value": "\"\"",
"isFunction": false,
"constant": false,
"reactive": false
@ -9892,7 +9892,7 @@
"kind": "let",
"description": "Specify the title text",
"type": "string",
"value": "\"Title\"",
"value": "\"\"",
"isFunction": false,
"constant": false,
"reactive": false
@ -9912,7 +9912,7 @@
"kind": "let",
"description": "Specify the caption text",
"type": "string",
"value": "\"Caption\"",
"value": "\"\"",
"isFunction": false,
"constant": false,
"reactive": false