feat: 💬 pass calculation method down to template
This commit is contained in:
parent
5bccb9f60e
commit
a28d070a30
2 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,7 @@ import {
|
|||
getWeight,
|
||||
getWingspan,
|
||||
toInch,
|
||||
toImperial,
|
||||
toFahrenheit
|
||||
} from '../includes/util.js';
|
||||
|
||||
|
@ -168,5 +169,6 @@ export default {
|
|||
kinks,
|
||||
description,
|
||||
getTraits,
|
||||
toFahrenheit
|
||||
toFahrenheit,
|
||||
toImperial
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue