We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Kirby 4, when I try to extend a core component, this is no longer possible, when using this plugin.
For instance:
"k-header": { extends: "k-header", mounted() { console.log("mounted my header"); }, template: "<div>foo</div>", },
The template is not used. Instead the original component of Kirby is still being used.
The reason for this seems to be with the addModelWatch function in this plugin.
addModelWatch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Kirby 4, when I try to extend a core component, this is no longer possible, when using this plugin.
For instance:
The template is not used. Instead the original component of Kirby is still being used.
The reason for this seems to be with the
addModelWatch
function in this plugin.The text was updated successfully, but these errors were encountered: