feat: ✨ pass down util function to template
This commit is contained in:
parent
c9597353a1
commit
504d0cdc1e
2 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,8 @@ import {
|
|||
getTailLength,
|
||||
getWeight,
|
||||
getWingspan,
|
||||
toInch
|
||||
toInch,
|
||||
toFahrenheit
|
||||
} from '../includes/util.js';
|
||||
|
||||
const firstName = 'Sebin',
|
||||
|
@ -166,5 +167,6 @@ export default {
|
|||
colors,
|
||||
kinks,
|
||||
description,
|
||||
getTraits
|
||||
getTraits,
|
||||
toFahrenheit
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue