Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mochammad Sidiq Tri S #26

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

sidsoeharto
Copy link

@sidsoeharto sidsoeharto commented Dec 10, 2020

email admin: [email protected]
pass: 123456

import axios from 'axios'
import router from '../router'

const baseUrl = 'https://bukatoko-server.herokuapp.com'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ini mending axiosnya pake axios instance

errMessage: ''
},
mutations: {
getData (state, data) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setProducts

@dhimashary
Copy link

karena navbar dan footer ada di setiap views, setiap ganti halaman navbar dan footernya bakal re render lho padahal sama aja navbar sama footernya. coba dipikirkan apakah ada cara lain untuk handle ini ?

</tr>
</thead>
<tbody>
<tr v-for="data in productData" :key="data.id" class="overflow-y-auto">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ini bisa jadi reusable component lagi kan, misal ProductTableRow

<v-simple-table>
<thead>
<tr>
<th

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ini bisa jadi reusable component lagi kan, misal ProductTableHead

@dhimashary
Copy link

footer masih terbang , ga nempel di bawah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants