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
As is my JS. I am using the CDN so i am not using an import statement, and I don't have components in my Vue object, but I have tried both having VueBootstrap4Table in my components and not there. I think there is current an issue with just using VueBootstrap4Table when loading sources from the CDN and not doing webpack contrary to the readme. Browser is chrome 83.
The text was updated successfully, but these errors were encountered:
I am getting these errors:
Property or method "_g" is not defined
TypeError: e._g is not a function
My HTML is pretty much copied from the readme:
As is my JS. I am using the CDN so i am not using an import statement, and I don't have components in my Vue object, but I have tried both having VueBootstrap4Table in my components and not there. I think there is current an issue with just using VueBootstrap4Table when loading sources from the CDN and not doing webpack contrary to the readme. Browser is chrome 83.
The text was updated successfully, but these errors were encountered: