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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Similar as in issue #55 I am getting the template validator warnings. Using version 2.2.20 and Vue 2.1.10.
Warning in lib/table/table.vue:
12 | @click="e => emitClickRow(e, row)">
13 | <row-cells :row="row" :rowIndex="rowIndex"></row-cells>
| ^
14 | </tr>
Tag <row-cells> cannot appear inside <table> due to HTML content restrictions. It will be hoisted out of <table> by the browser.
Uh oh!
There was an error while loading. Please reload this page.
Similar as in issue #55 I am getting the template validator warnings. Using version 2.2.20 and Vue 2.1.10.
My Rollup plugins configuration:
The text was updated successfully, but these errors were encountered: