vue-facing-decorator
vue-facing-decorator copied to clipboard
Make static properties/methods accessible through the runtime object built from the class
This solves #125.
I initially considered throwing an error where there is now a warning, but settled on a warning to prevent breaking existing code.