Form Validation Error Fix
User chunk-U3LI7FBV.js?v=12b17e52:12153 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_withMods') at AddPortfolio.vue:1:1 <script> import { ref } from 'vue' import { useAuthStore } from '@/stores/auth' const form = ref() const items = [ 'Item 1', 'Item 2', 'Item 3', 'Item 4', ] const title = ref('') const description = ref('') // will […]