79136098

Date: 2024-10-29 06:59:24
Score: 1.5
Natty:
Report link
import { h } from 'vue'    
 formatter(row, column, cellValue, index) {
    return h('span', {class : 'bg-cyan-400 p-2 rounded' } ,cellValue)
}, 

My solution here

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sy__26_6