lib/vue/apps/account/components/form-contact.vue in lesli_admin-0.5.0 vs lib/vue/apps/account/components/form-contact.vue in lesli_admin-0.6.1
- old
+ new
@@ -34,10 +34,10 @@
// · import vue tools
import { computed } from "vue"
// · import lesli stores
-import { useAccount } from "Lesli/stores/account"
+import { useAccount } from "LesliAdmin/vue/stores/account"
// · implement stores
const storeAccount = useAccount()