vue3 的keepalive不生效是为啥
然后
看着写的没问题,要不在页面中再写个export试试?
<script> export default { name: 'CircleCollection' }; </script> <script setup> //逻辑 </<script >