Is the app loading already? restart your npm server and clear the cache of your app. then run npm again.
Oct 2, 2022
6
Level 7
Cannot read properties of undefined (reading 'name')
RegisterView.vue?2891:33 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'name') LINE:33
<input
type="text"
v-model="this.firstName"
class="
form-control
block
w-full
px-4
py-2
text-xl
font-normal
text-gray-700
bg-white bg-clip-padding
border border-solid border-gray-300
rounded
transition
ease-in-out
m-0
focus:text-gray-700
focus:bg-white
focus:border-blue-600
focus:outline-none
"
placeholder="Name"
/>
NETWORK TAB is giving a 404:
Request URL: http://localhost:8081/app.7bdd8216d92a94ef.hot-update.json
Request Method: GET
Status Code: 404 Not Found
Remote Address: 127.0.0.1:8081
Please help
Please or to participate in this conversation.