import store from '@/store'中@是什么意思
使用vue inspect > output.js,全局搜索alias,你会有惊喜发现
@代表src目录下,类似于. 代表当前目录 .. 代表父级目录