File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ const btnGroupOrientation = computed(() => breakpoints.smaller('sm').value ? 've
9797
9898const benchmarks = {
9999 googleMaps: {
100- logo: registry .find (s => s .import .name === ' useScriptGoogleMaps' ).logo ,
100+ logo: registry .find (s => s .import ? .name === ' useScriptGoogleMaps' ).logo ,
101101 label: ' Google Maps' ,
102102 nuxt: {
103103 fcp: 1500 ,
@@ -113,7 +113,7 @@ const benchmarks = {
113113 },
114114 },
115115 youtube: {
116- logo: registry .find (s => s .import .name === ' useScriptYouTubePlayer' ).logo ,
116+ logo: registry .find (s => s .import ? .name === ' useScriptYouTubePlayer' ).logo ,
117117 label: ' YouTube' ,
118118 nuxt: {
119119 fcp: 1200 ,
@@ -129,7 +129,7 @@ const benchmarks = {
129129 },
130130 },
131131 vimeo: {
132- logo: registry .find (s => s .import .name === ' useScriptVimeoPlayer' ).logo ,
132+ logo: registry .find (s => s .import ? .name === ' useScriptVimeoPlayer' ).logo ,
133133 label: ' Vimeo' ,
134134 nuxt: {
135135 fcp: 1500 ,
You can’t perform that action at this time.
0 commit comments