Wayne Uong
Wayne Uong
@MerlionRock It doesn't work. When I do `print(self._level)`, it shows `None`.
@Akryum it looks like we need to update to node-sass 4.14 for node 14 support: https://github.com/sass/node-sass/releases/tag/v4.14.0
@Akryum You can run this repo to see the error. Clone this and run with meteor: https://github.com/WayneUong/vue-modal-error Steps to reproduce: ``` meteor create --bare vue-modal-error cd vue-modal-error meteor add akryum:vue-component...
This would be great
I would like this as well +1
Update: according to this forum [post](https://forums.meteor.com/t/is-vue3-meteor-dead-i-cant-build-it/59302/5) not using dynamic import of components solved one of the issues. However, these errors remain: ``` Warning: The --production flag should only be used...