We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use columns but when i use function in vite he reload page
const headings_init = {} props.columns.forEach(column => { headings_init[column] = (h, row, index) => { if (column === 'id') return '#'; else return t(`table.${props.type18n ? `${props.type18n}.` : ''}${h.column}`); } })
"vite": "^4.2.2", "vue": "^3.2.13",
The text was updated successfully, but these errors were encountered:
When i Use template in html code i get error in my column
<template #h__name> </template>
(...args) => { if (renderFnWithContext._d) { setBlockTracking(-1); } const prevInstance = setCurrentRenderingInstance(ctx); let res; try { res = fn(...args); } finally { setCurrentRenderingInstance(prevInstance); if (renderFnWithContext._d) { setBlockTracking(1); } } if (true) { devtoolsComponentUpdated(ctx); } return res; }
Sorry, something went wrong.
No branches or pull requests
I use columns but when i use function in vite he reload page
"vite": "^4.2.2",
"vue": "^3.2.13",
The text was updated successfully, but these errors were encountered: