disable ink ripple
This commit is contained in:
parent
4a52f37333
commit
e69de30d84
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ Vue.use(Vuex);
|
|||
Vue.use(VueRouter);
|
||||
Vue.use(VueResource);
|
||||
Vue.use(VueMaterial);
|
||||
// disable ink ripple.
|
||||
Vue.material.inkRipple = false;
|
||||
|
||||
var routes = [
|
||||
{path: '/', name: 'home', component: App},
|
||||
|
|
Loading…
Reference in a new issue