Files
jinshen_calculator/src/pages/calculators/paper-roll-weight-length.vue
2025-07-16 13:55:13 +08:00

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>