Skip to content
New issue

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

Loading by CDN issue #90

Open
smst329 opened this issue Jul 15, 2020 · 0 comments
Open

Loading by CDN issue #90

smst329 opened this issue Jul 15, 2020 · 0 comments

Comments

@smst329
Copy link

smst329 commented Jul 15, 2020

I am getting these errors:

Property or method "_g" is not defined
TypeError: e._g is not a function

image

My HTML is pretty much copied from the readme:

                    <vue-bootstrap4-table :rows="turns" :columns="turnColumns" :config="config">
                    </vue-bootstrap4-table>

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant