-
Notifications
You must be signed in to change notification settings - Fork 50
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
belum #49
base: main
Are you sure you want to change the base?
belum #49
Conversation
tolong kalo pakai .env variable nya apa aja dikasih tau ke saya dong |
banyak error filter is not defined |
</LoginPage> | ||
<MainPage | ||
v-else-if="currentPage === 'MainPage'" | ||
:Task="Tasks" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
penamaan props yang sesuai ya kalo isinya banyak data ya tasks jangan Task
|
||
}, | ||
mounted(){ | ||
filter = this.filteredTask |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ini filter drmana?
}, | ||
created(){ | ||
|
||
this.tasks = this.Task |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
penggunaan computed tolong dipelajari lagi, nilai dari computed ga perlu di assign ke data https://vuejs.org/v2/guide/computed.html
"id": 3, | ||
"name": "ted ", | ||
"email": "[email protected]", | ||
"password": "$2a$10$CMcHoIRAkbovafwaYVqa4uisAyjCkz0B4Lpqvzp/3mE8LTnvxB5RC", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
password jangan dimasukan ke balikan response ya
No description provided.