diff --git a/public/index.html b/public/index.html index a68a25b..f7afc6f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,3 +1,21 @@ + + diff --git a/src/assets/scss/material-kit.scss b/src/assets/scss/material-kit.scss index 2e1f1fe..fcc7fc3 100644 --- a/src/assets/scss/material-kit.scss +++ b/src/assets/scss/material-kit.scss @@ -1,11 +1,11 @@ /*! ========================================================= - * Vue Material Kit - v1.0.0 + * Vue Material Kit - v1.1.0 ========================================================= * Product Page: http://www.creative-tim.com/product/vue-material-kit - * Copyright 2018 Creative Tim (http://www.creative-tim.com) + * Copyright 2019 Creative Tim (http://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/vue-material-kit/blob/master/LICENSE.md) ========================================================= diff --git a/src/main.js b/src/main.js index 0ff828d..1c36a04 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,17 @@ +// ========================================================= +// * Vue Material Kit - v1.1.0 +// ========================================================= +// +// * Product Page: https://www.creative-tim.com/product/vue-material-kit +// * Copyright 2019 Creative Tim (https://www.creative-tim.com) +// * Licensed under MIT (https://github.com/creativetimofficial/vue-material-kit/blob/master/LICENSE.md) +// +// * Coded by Creative Tim +// +// ========================================================= +// +// * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + import Vue from "vue"; import App from "./App.vue"; import router from "./router";