fix: 🐛 tagsView 拼错

This commit is contained in:
张智皓
2022-06-08 10:17:33 +08:00
parent 44ad220cdd
commit 403e86b7f3
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
</template>
<script setup>
import useTagsViewStore from '@/store/modules/tagsview'
import useTagsViewStore from '@/store/modules/tagsView'
const tagsViewStore = useTagsViewStore()
const route = useRoute()