2 lines
145 B
Vue
2 lines
145 B
Vue
<template><div class='p-8'><h2>plan</h2><p>功能迁移中...</p></div></template><script setup lang='ts'>defineOptions({name: 'Plan'})</script>
|