mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 04:04:22 +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>
|
||||
<html lang="en">
|
||||
<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
|
||||
* 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)
|
||||
|
||||
=========================================================
|
||||
|
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 App from "./App.vue";
|
||||
import router from "./router";
|
||||
|
Loading…
x
Reference in New Issue
Block a user