Files
jinshen_calculator/src/pages/calculators/four-layer-paper-straw.vue
2025-11-29 16:25:08 +08:00

14 lines
288 B
Vue

<template>
<FourLayerPaperStrawCalculate />
</template>
<script setup lang="ts">
import FourLayerPaperStrawCalculate from '@/components/Modules/FourLayerPaperStrawCalculate.vue'
</script>
<route lang="yaml">
meta:
layout: CalculatorLayout
title: 4LayerPaperStraw
</route>