摘要: 头部... 内容内容内容内容内容内容 底部。。。 *{margin:0;padding:0}.HolyGrail { display: flex; min-height: 100vh; flex-direction: column; } header, footer { height:80px; line-heigh... 阅读全文
posted @ 2019-03-22 16:45 林玖女神 阅读(2127) 评论(0) 推荐(0) 编辑
摘要: 秒转换成年月日时分秒 秒转换成年月日时分秒 复制文本 复制文本 <script type="text/javascript"> function copy() { var url=document.getElementById("textID"); // 获取要操作的DOM Url2.select( 阅读全文
posted @ 2019-03-22 16:25 林玖女神 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios' let CdnPath = {} CdnPath.install = function (Vue, options) { Vue.prototype.$_cdnDomain = function () { if (process.env.NODE_ENV === 'production') { s... 阅读全文
posted @ 2019-03-22 14:54 林玖女神 阅读(861) 评论(0) 推荐(0) 编辑
摘要: (一)Vue.js的插件应该有一个公开方法:install。 这个方法的第一个参数是Vue构造器,第二个参数是一个可选的选项对象,一般是如下操作: MyPlugin.install = function (Vue, options) { // 1. 添加全局方法或属性 Vue.myGlobalMet 阅读全文
posted @ 2019-03-22 11:50 林玖女神 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 父组件代码: <template> <section :class="menuMode 'vertical' ? 'vertical-sub-nav' : 'sub-nav'"> <el-menu :mode="menuMode" :default-active="defaultActive" :c 阅读全文
posted @ 2019-03-22 11:04 林玖女神 阅读(431) 评论(0) 推荐(0) 编辑