wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

VueJS - Browser TypeError: t is undefined #435

Closed thattejada closed 2 years ago

thattejada commented 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

thattejada commented 3 years ago

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

wenzhixin commented 2 years ago

Fixed in v1.19.0: https://live.bootstrap-table.com/code/wenzhixin/9556