You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
nameColumn.render = r => { return <span class="title" onClick={() => onEdit(r)}>{r.data[hasText ? (nameKey.value + '.text') : nameKey.value!]}</span> }
it's a jsx code slice in sfc, already defined
<script setup lang="tsx"> it's ok before butshow error after upgrade to vite 4.3.2 and vitejs/plugin-vue 4.2.0 all jsx in vue file can't be compiledBeta Was this translation helpful? Give feedback.
All reactions