|
1
|
|
|
import{I as c}from"./q-d4a08e4d.js";import{C as e,j as m,f as r,S as a}from"./q-9157976a.js";import{o as l}from"./q-9e8b795b.js";const g="_component_hkee7_1",u="_bigTitle_hkee7_26",n={component:g,bigTitle:u},f=t=>{const i=t.title.length<l,o=t.title.length<=2*l?t.title:`${t.title.slice(0,2*l-6)}..`;return e("div",{class:[n.component,{[n.bigTitle]:!i}]},null,[m(c,{get src(){return t.image},[r]:{src:a(s=>s.image,[t])}},3,"v5_0"),e("h3",null,null,o,1,null),e("div",null,null,null,3,null)],1,"v5_1")};export{f as s_ck0159sXB30}; |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.