14 lines
283 B
Vue
14 lines
283 B
Vue
<template>
|
|
<BeltSpecificationCalculate />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import BeltSpecificationCalculate from '@/components/Modules/BeltSpecificationCalculate.vue'
|
|
</script>
|
|
|
|
<route lang="yaml">
|
|
meta:
|
|
layout: CalculatorLayout
|
|
title: beltSpecification
|
|
</route>
|