Skip to content
Snippets Groups Projects
Commit 0c087c20 authored by Roderik Muit's avatar Roderik Muit
Browse files

Issue #3474707 by roderik, fago: Remove special handling of "is" attribute...

Issue #3474707 by roderik, fago: Remove special handling of "is" attribute from CustomElementsNormalizer
parent 66ca2945
Branches
Tags
No related merge requests found
Checking pipeline status
......@@ -56,12 +56,6 @@ class CustomElementNormalizer implements NormalizerInterface {
unset($result['element']);
}
// Support Vue.js "is" attribute for defining element names.
if (!empty($result['is'])) {
$result['element'] = $result['is'];
unset($result['is']);
}
// Collect cache metadata. Since the cache metadata object is passed down
// to slots, custom elements of slots will add their metadata as well.
$cache_metadata->addCacheableDependency($element);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment