79101225

Date: 2024-10-18 08:32:33
Score: 1.5
Natty:
Report link

As Troubledot wrote it works, I want to add that you need to use jsx

Example on Nuxt 3

<script setup lang="jsx">

const = columns [{ 
          title: 'Design',
          dataIndex: 'designImage.fileUrl',
          customRender () { 
            return <div id="foo">bar</div>
          }
        }]

</script>

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: neptun008