i-tools/app.vue
2024-12-13 11:43:10 +08:00

9 lines
114 B
Vue

<template>
<head>
<title>爱拓工具箱</title>
</head>
<div>
<NuxtPage />
</div>
</template>