PHP Classes

File: front/js/components/Navbar.js

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Eventos   front/js/components/Navbar.js   Download  
File: front/js/components/Navbar.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Eventos
Manage events that happen at given dates
Author: By
Last change:
Date: 2 days ago
Size: 316 bytes
 

Contents

Class file image Download
export default { template: ` <nav> <h1>Calendário de Eventos</h1> <router-link to="/">Listar Eventos</router-link> <router-link to="/cadastrar">Cadastrar Evento</router-link> <router-link to="/excluir">Excluir Evento</router-link> </nav> ` };