mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 10:52:45 +08: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:
parent
06f48a82ed
commit
5678332ffb
|
@ -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>,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user