feat: 4层纸吸管计算
This commit is contained in:
13
src/pages/calculators/four-layer-paper-straw.vue
Normal file
13
src/pages/calculators/four-layer-paper-straw.vue
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<FourLayerPaperStrawCalculate />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import FourLayerPaperStrawCalculate from '@/components/Modules/FourLayerPaperStrawCalculate.vue'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<route lang="yaml">
|
||||||
|
meta:
|
||||||
|
layout: CalculatorLayout
|
||||||
|
title: 4LayerPaperStraw
|
||||||
|
</route>
|
||||||
Reference in New Issue
Block a user