mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
8 lines
308 B
Vue
8 lines
308 B
Vue
<template>
|
|
<nav class="frappe-navbar navbar navbar-light bg-light row no-gutters border-bottom border-top">
|
|
<form class="form-inline col-4 pr-3">
|
|
<input type="search" name="search" class="form-control shadow-none w-100" placeholder="Search...">
|
|
</form>
|
|
</nav>
|
|
</template>
|