<CodeEditor
class="border"
v-model="code"
:languages="[['php', 'PHP']]"
theme="a11y-light"
font-size="14px"
width="100%"
height="140px"
border-radius="0"
:line-nums="true"
/>
if I use the editor inside the collapse, then after opening I will have an error:

How to fix it?