# HTML Syntax and Semantic
# How to deal with forms
Send GET POST request to API backend or server
- Using
<form @submit="fnName">
just reloads my page and doesnt process the data? - Submit event
- HTML Form Element
- Use
@submit.prevent
modifier
← GraphQL Icon Packs →