Created
March 29, 2021 07:40
-
-
Save salmanyaqoob/43a4b483866b7970c67a5aef1d470369 to your computer and use it in GitHub Desktop.
Location Error & Retry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <stack if="{{isLocationLoading === false && isLocationError === true}}" class="error-container"> | |
| <text class="error_title">Location not fetch. Try again</text> | |
| <div class="button-container"> | |
| <button type="circle" icon="/common/images/exit.png" onclick="exit"></button> | |
| <button type="circle" icon="/common/images/refresh.png" onclick="retry"></button> | |
| </div> | |
| </stack> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment