mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add td to the element helper list (#27106)
…so it uses the more performant glimmer/template-only component wrapper instead of falling back to an ember component wrapper. see the `element` helper PR for more details.
This commit is contained in:
@@ -9,6 +9,7 @@ const shortcuts = {
|
||||
form: <template><form ...attributes>{{yield}}</form></template>,
|
||||
a: <template><a ...attributes>{{yield}}</a></template>,
|
||||
button: <template><button ...attributes>{{yield}}</button></template>,
|
||||
td: <template><td ...attributes>{{yield}}</td></template>,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user