From e448ef7fd7f6ce25d3fd64a886acb2fa57f29bca Mon Sep 17 00:00:00 2001 From: Leon Chen Date: Thu, 29 Sep 2016 17:16:51 -0400 Subject: [PATCH] add material design lite components --- demos/index.html | 3 +++ demos/src/index.js | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/demos/index.html b/demos/index.html index 5c93cdd..70bad40 100644 --- a/demos/index.html +++ b/demos/index.html @@ -7,6 +7,7 @@ + @@ -21,8 +22,10 @@ + + diff --git a/demos/src/index.js b/demos/src/index.js index fca2edd..31c38e8 100644 --- a/demos/src/index.js +++ b/demos/src/index.js @@ -1,4 +1,4 @@ -/* global Vue */ +/* global Vue, VueMdl */ import './index.css' @@ -10,6 +10,8 @@ Vue.component('menu', Menu) Vue.component('home', Home) Vue.component('mnist-cnn', MnistCnn) +Vue.use(VueMdl.default) + const app = new Vue({ el: '#app', data: {