feat: pass down util function to template

This commit is contained in:
Sebin Nyshkim 2025-06-27 00:18:36 +02:00
parent c9597353a1
commit 504d0cdc1e
2 changed files with 5 additions and 3 deletions

View file

@ -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
};