feat: 3层纸吸管计算

This commit is contained in:
2025-11-25 16:46:40 +08:00
parent c646e572d9
commit 2cff599229
6 changed files with 306 additions and 0 deletions

2
src/components.d.ts vendored
View File

@ -18,5 +18,7 @@ declare module 'vue' {
ResultCard: typeof import('./components/ResultCard.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ThreeeLayerPaperStrawCalculate: typeof import('./components/Modules/threeeLayerPaperStrawCalculate.vue')['default']
ThreeLayerPaperStrawCalculate: typeof import('./components/Modules/ThreeLayerPaperStrawCalculate.vue')['default']
}
}