Tod-Od Khurelbaatar

Results 4 comments of Tod-Od Khurelbaatar

> i had this same issue but i solved it by following these steps > > 1=> in server side code update your connection and allow cors origin to *...

Never mind , just put the routes before Route.any('*', 'NuxtController.render') ...

additional js function for dynamic checkbox ``` (field, value) => { if (value !== null && value !== undefined) { return field == value ? '✓' : '☐' } else...