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
Dunno if this even is a bug, or I am just thinking about this wrong, as I usually try to avoid vue.js where possible.
But I assume this has something to do with templates having no access to the global scope?
Description
Dunno if this even is a bug, or I am just thinking about this wrong, as I usually try to avoid vue.js where possible.
But I assume this has something to do with templates having no access to the global scope?
Take the following minimal example:
Throws:
but:
doesn't
EDIT:
After loading the dev version of Vue using
ui.run(prod_js = False)
I am seeing an expected exception:Which leaves me to believe that I need to export my method to use it in the component like:
But how do I import this in
add_slot()
???The text was updated successfully, but these errors were encountered: