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
Click somewhere in the document (it will stop on debugger). There are test2 and testValue variables accesible.
Change Vue script link to https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.global.prod.js in <head>
Repeat point 1 and 2.
The document throws an error the variables are not accessible.
What is expected?
We need to have access to reference of component to call its functions or access the variables inside component. This behavior should be same for production nor development mode.
What is actually happening?
The behavior is inconsistent for production build.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.10
Reproduction code
Create
test.html
file on your desktop and put there this:Steps to reproduce
test2
andtestValue
variables accesible.https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.global.prod.js
in<head>
The document throws an error the variables are not accessible.
What is expected?
We need to have access to reference of component to call its functions or access the variables inside component. This behavior should be same for production nor development mode.
What is actually happening?
The behavior is inconsistent for production build.
The text was updated successfully, but these errors were encountered: