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: {