I am struggling to find a solution to this problem in my vue3.js project. The console is showing an error related to the import statement in pinia store. I attempted changing the first line of the import to "import Vue from 'vue';" (without curly braces), but the error persists.
import { Vue } from 'vue';
import { defineStore } from 'pinia';
import moment from 'moment';
import _ from 'lodash';
import router from '@/router';