14 lines
299 B
Vue
14 lines
299 B
Vue
<template>
|
|
<PaperRollWeightLengthCalculate />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import PaperRollWeightLengthCalculate from '@/components/Modules/PaperRollWeightLengthCalculate.vue'
|
|
</script>
|
|
|
|
<route lang="yaml">
|
|
meta:
|
|
layout: CalculatorLayout
|
|
title: paperRollWeightLength
|
|
</route>
|