15 lines
242 B
Vue
15 lines
242 B
Vue
<route lang="json">
|
|
{
|
|
"meta": {
|
|
"title": "流星雷达",
|
|
"description": "潮汐波统计",
|
|
"group": "流星雷达",
|
|
"item_name": "潮汐波统计"
|
|
}
|
|
}
|
|
</route>
|
|
|
|
<template>
|
|
<RadarSingle wave-type="潮汐波" />
|
|
</template>
|