-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed
Labels
Description
Vue version
3.4.3
Link to minimal reproduction
Steps to reproduce
- Open Chrome dev tools and enable custom formatter
- Run playground and switch to
DEVmode - Select a Vue version other than
This Commit - Execute the vue application and see the console log
- You will see the
msgref is not been formatted
What is expected?
Console log
Ref<"Hello World!">
What is actually happening?
Console log
RefImpl {__v_isShallow: false, dep: Map(1), __v_isRef: true, _rawValue: {…}, _value: Proxy(Object)}
System Info
No response
Any additional comments?
No response