Skip to content

Commit

Permalink
doc: improve uri value to specify the value should be url encoded (#3441
Browse files Browse the repository at this point in the history
)

Co-authored-by: olivier <[email protected]>
  • Loading branch information
freeboub and olivier authored Dec 24, 2023
1 parent 0723481 commit 5026826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pages/component/props.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,9 @@ source={sintel}

A number of URI schemes are supported by passing an object with a `uri` attribute.

All uri string shall be url encoded.
For exemple 'www.myurl.com/blabla?q=test uri' is invalid, where 'www.myurl.com/blabla?q=test%20uri' is valid

##### Web address (http://, https://)

Example:
Expand Down

0 comments on commit 5026826

Please sign in to comment.