fix syntax error on penyata anggota vue
This commit is contained in:
@@ -1,32 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<!-- SEARCH SECTION -->
|
|
||||||
<!-- <div class="mb-3 d-flex gap-2">
|
|
||||||
<input
|
|
||||||
type="text"
|
|
||||||
class="form-control"
|
|
||||||
placeholder="Cari No Anggota..."
|
|
||||||
v-model="searchNoAnggota"
|
|
||||||
@keyup.enter="searchPenyata"
|
|
||||||
style="max-width: 250px;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<button
|
|
||||||
class="btn btn-primary btn-sm"
|
|
||||||
@click="searchPenyata"
|
|
||||||
>
|
|
||||||
Search
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
|
||||||
class="btn btn-outline-secondary btn-sm"
|
|
||||||
@click="resetSearch"
|
|
||||||
>
|
|
||||||
Reset
|
|
||||||
</button>
|
|
||||||
</div> -->
|
|
||||||
|
|
||||||
<!-- TABLE -->
|
<!-- TABLE -->
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead class="table-light">
|
<thead class="table-light">
|
||||||
|
|||||||
Reference in New Issue
Block a user