-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Version
3.0.0-beta.3
Reproduction link
Steps to reproduce
Create a .vue component:
export default function(props) {}
What is expected?
component works
What is actually happening?
error in console:
TypeError: Cannot assign to read only property 'name' of function (function code)
at resolveAsset (link to a line of code in reproduction link)
In vue 3.0.0-beta.2 everything works
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working