1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Tweak Mithril documentation link

This commit is contained in:
Franz Liedke
2020-09-17 01:47:43 +02:00
parent 6f11567f91
commit 5d538adc33

View File

@@ -42,7 +42,7 @@ export default abstract class Component<T extends ComponentAttrs = any> implemen
/**
* The attributes passed into the component.
*
* @see https://mithril.js.org/hyperscript.html#dom-attributes
* @see https://mithril.js.org/components.html#passing-data-to-components
*/
protected attrs: T;