Greg
Greg
Hi, thank you for answer. Will it be a complete change of approach in the new version? We still use v.0.1.71 in our project.
Then could you please make an example lin version 0.x? We will update the package.
First: `npm uninstall bcrypt` second `npm install bcrypt` It will install newest bcrypt package.
Is the ctxRenderer option still supported?
You can do this in very simple way using @MichalLytek suggestion, like this: ``` @ValidateIf(obj => !obj.order || obj.item) item: string @ValidateIf(obj => !obj.item || obj.order) order: string
@ivansieder Thank you for this workaround. If this is how we define a CustomElement, then how to build it, with the lib as --target flag? Ex. `vue-cli-service build --target lib`?
Hi, is there any solution for this? I see that topic is closed but cannot find anything. Thank you