14 lines
288 B
Vue
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>
|