mirror of
https://github.com/creativetimofficial/muse-vue-ant-design-dashboard.git
synced 2026-03-13 10:20:26 +08:00
feat: add copyrights
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
<!--
|
||||
=========================================================
|
||||
Muse - Vue Ant Design Dashboard - v1.0.0
|
||||
=========================================================
|
||||
|
||||
Product Page: https://www.creative-tim.com/product/vue-ant-design-dashboard
|
||||
Copyright 2021 Creative Tim (https://www.creative-tim.com)
|
||||
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="">
|
||||
<head>
|
||||
|
||||
13
src/main.js
13
src/main.js
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
=========================================================
|
||||
Muse - Vue Ant Design Dashboard - v1.0.0
|
||||
=========================================================
|
||||
|
||||
Product Page: https://www.creative-tim.com/product/vue-ant-design-dashboard
|
||||
Copyright 2021 Creative Tim (https://www.creative-tim.com)
|
||||
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 Antd from 'ant-design-vue';
|
||||
import 'ant-design-vue/dist/antd.css';
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
// =========================================================
|
||||
// Muse - Vue Ant Design Dashboard - v1.0.0
|
||||
// =========================================================
|
||||
|
||||
// Product Page: https://www.creative-tim.com/product/vue-ant-design-dashboard
|
||||
// Copyright 2021 Creative Tim (https://www.creative-tim.com)
|
||||
// Coded by Creative Tim
|
||||
|
||||
// =========================================================
|
||||
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
|
||||
// app.scss
|
||||
//
|
||||
// Template's man stylesheet.
|
||||
|
||||
Reference in New Issue
Block a user