Vue.js
- vuetify 사용이 생각보다 시간소모가 크다.
# vue-router 다시보기
# computed vs. methods 좋은 정리
# issue Failed to resolve directive: ripple
해결법1 “ripple”을 false로 설정해주기
해결법2
1
2
3
4
5
6
7 import { Ripple } from 'vuetify/lib/directives'
Vue.use(Vuetify, {
directives: {
Ripple
}
})
읽을거리
thoughts
- 로그인까지 구현하려다가 API까지 다만들게 생겼다..
- Google - oAuth 2.0 Playground