7 lines
137 B
Vue
7 lines
137 B
Vue
|
|
<template>
|
||
|
|
<ParameterForm />
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script setup lang="ts">
|
||
|
|
import ParameterForm from '@/components/ParameterForm.vue'
|
||
|
|
</script>
|