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
| Running 8.04 km ▊░░░░░░░░░░░░░░░░░░ 9.45/h | |
| Swimming 0.00 km ░░░░░░░░░░░░░░░░░░░ 0.00/h | |
| Cycling 181.38 km ██████████████████▏ 26.15/h | |
| Last month 76.99 km 3:30h |
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
| Vue.js 11 hrs 3 mins █████████▎░░░░░░░░░░░ 44.1% | |
| TypeScript 5 hrs 50 mins ████▉░░░░░░░░░░░░░░░░ 23.3% | |
| PHP 5 hrs 42 mins ████▊░░░░░░░░░░░░░░░░ 22.8% | |
| JSON 48 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.3% | |
| JavaScript 25 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.7% |
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
| setError(msg: string): void { | |
| const provider = this.$refs.provider as InstanceType< | |
| typeof ValidationProvider | |
| > | |
| provider.applyResult({ | |
| errors: [msg], | |
| failedRules: {}, | |
| }) | |
| }, |
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
| server { | |
| listen 80; | |
| server_name my_app.com; | |
| index index.html index.htm; | |
| charset utf-8; | |
| access_log off; | |
| error_log /dev/null; |
OlderNewer