+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ results && status !== 'pending' ? results.lighthouse.performance.toFixed(0) :
+ undefined
+ }}
+ performance
+
+
+ {{ results && status !== 'pending' ? results.lighthouse.accessibility.toFixed(0) :
+ undefined
+ }}
+ accessibility
+
+
+ {{ results && status !== 'pending' ? results.lighthouse.bestPractices.toFixed(0) :
+ undefined
+ }}
+ best practices
+
+
+ {{ results && status !== 'pending' ? results.lighthouse.seo.toFixed(0) : undefined
+ }}
+ SEO
+
+
+
No results could be fetched. Is it a valid domain?
@@ -33,13 +69,19 @@
:href="shareLink" @click.prevent="nativeShare">
Share results
-