Rollup failed to resolve import "/@/api/XXX" from "src/XXX.vue".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
pinia默认安装的是vue 2.6版本,
需要 npm install vue@3.2.31 --force