you must be replace this wire:submit.prevent="store"
with submit:"store"
on form tag.
becuase this line specifies that when the form is submitted, the "store" method in the Livewire class should be called and the page should be prevented from reloading.