feat: 3层纸吸管计算
This commit is contained in:
2
src/components.d.ts
vendored
2
src/components.d.ts
vendored
@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user