Feature: 基本路由系统

This commit is contained in:
2025-07-16 13:55:13 +08:00
parent 228f1ddcac
commit 9d57758154
11 changed files with 386 additions and 338 deletions

View 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>