how could i config the @vitejs/plugin-legacy to deconstruction proxy on old chrome(e.g 71.0.3578.80) · vitejs vite-plugin-vue · Discussion #415 · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh
8000
your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my code, i deconstruction a proxy object like const a = {...props.data} props.datais a json data.after build,on the lastest browser is right.but on the 71.0.3578.80,get a wrong object with nothing
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
in my code, i deconstruction a proxy object like
const a = {...props.data}
props.data
is a json data.after build,on the lastest browser is right.but on the 71.0.3578.80,get a wrong object with nothingBeta Was this translation helpful? Give feedback.
All reactions