mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-24 05:24:21 +08:00
copyright on html, js, scss
This commit is contained in:
parent
a7791837dc
commit
00a93a1b1e
@ -1,3 +1,21 @@
|
|||||||
|
<!--
|
||||||
|
|
||||||
|
=========================================================
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
@ -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
|
* 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)
|
* Licensed under MIT (https://github.com/creativetimofficial/vue-material-kit/blob/master/LICENSE.md)
|
||||||
|
|
||||||
=========================================================
|
=========================================================
|
||||||
|
14
src/main.js
14
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 Vue from "vue";
|
||||||
import App from "./App.vue";
|
import App from "./App.vue";
|
||||||
import router from "./router";
|
import router from "./router";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user