Replies: 2 comments 4 replies
-
| 
 | 
Beta Was this translation helpful? Give feedback.
-
| Hey @ruojianll, We are using vue facing decorator( After updating the package we discovered that for vite  You can also see this mentioned here in changelog of vite - https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md#444-2023-07-14 
 If we retain     "experimentalDecorators": false,
    "emitDecoratorMetadata": false,We get  But, I want to understand do we need to have  
 with     "experimentalDecorators": true,
    "emitDecoratorMetadata": true,even though vue-facing-decorator has asks to have them config as false here - https://facing-dev.github.io/vue-facing-decorator/#/en/stage3-decorators/stage3-decorators | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to understand the usage of
toNativein more detail.We have a vue 2 project which we are trying to move to vue 3.
We currently were using "vue-property-decorator": "10.0.0-rc.3" but now have moved to
vue-facing-decorator.I saw a comment here by @rdhelms
Can someone tell me more about this, why does
experimentalDecorators: true.make it not necessary for toNative to ve used?Beta Was this translation helpful? Give feedback.
All reactions