Feature: 基本路由系统
This commit is contained in:
13
src/pages/calculators/paper-roll-weight-length.vue
Normal file
13
src/pages/calculators/paper-roll-weight-length.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<PaperRollWeightLengthCalculate />
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import PaperRollWeightLengthCalculate from '@/components/Modules/PaperRollWeightLengthCalculate.vue'
|
||||
</script>
|
||||
|
||||
<route lang="yaml">
|
||||
meta:
|
||||
layout: CalculatorLayout
|
||||
title: paperRollWeightLength
|
||||
</route>
|
||||
Reference in New Issue
Block a user