Closed thattejada closed 3 years ago
I was looking at the use of bootstrap table with Vue JS https://bootstrap-table.com/docs/vuejs/browser/ and I tried the starter template https://bootstrap-table.com/docs/vuejs/browser/#starter-template but it's giving an error
Description
TypeError: t is undefined VueJS 23 render _render r get fn mount $mount $mount init f f h f zi _update r get fn mount $mount $mount _init wn <anonymous>
Here's a live example of the code https://live.bootstrap-table.com/code/diegotejadav/7370, if you open the browser inspector you can see the error on 'console' tab
Well, after testing with previous versions it works with 1.18.0 and lower versions, but it doesn't work with 1.18.1, 1.18.2 or 1.18.3
Fixed in v1.19.0: https://live.bootstrap-table.com/code/wenzhixin/9556
I was looking at the use of bootstrap table with Vue JS https://bootstrap-table.com/docs/vuejs/browser/ and I tried the starter template https://bootstrap-table.com/docs/vuejs/browser/#starter-template but it's giving an error
Description
Here's a live example of the code https://live.bootstrap-table.com/code/diegotejadav/7370, if you open the browser inspector you can see the error on 'console' tab