modified: serv_nginx/bbvue/src/views/Profile.vue

fix bag user_store.js naming
This commit is contained in:
2025-10-20 21:19:50 +05:00
parent b75c0b4f2b
commit 512275cd17
+1 -1
View File
@@ -194,7 +194,7 @@
<script> <script>
import { useAuthStore } from '../stores/auth' import { useAuthStore } from '../stores/auth'
import { useUserStore } from '../stores/user' import { useUserStore } from '../stores/user_store'
export default { export default {
// eslint-disable-next-line vue/multi-word-component-names // eslint-disable-next-line vue/multi-word-component-names