如果本文对您有帮助,希望点个赞,建立下友谊关系。
摘要: <template> <div> <a-calendar :fullscreen="false" :header-render="headerRender" @select="onSelect" /> </div> </template> <script> export default { meth 阅读全文
posted @ 2021-06-23 10:50 一只喵喵 阅读(1278) 评论(0) 推荐(1) 编辑
摘要: /** * 邮箱 * @param {*} s */ export function isEmail (s) { return /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/.test(s) } /** * 手机号码 * @param {*} s */ export function isMobile (s) { 阅读全文
posted @ 2019-08-22 15:11 一只喵喵 阅读(389) 评论(0) 推荐(1) 编辑
摘要: import Vue from 'vue' import axios from 'axios' import router from '@/router' import qs from 'qs' import merge from 'lodash/merge' import { clearLoginInfo } from '@/utils' const http = axios.create(... 阅读全文
posted @ 2019-08-22 15:09 一只喵喵 阅读(1181) 评论(1) 推荐(2) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-01-08 17:04 一只喵喵 阅读(377) 评论(12) 推荐(3) 编辑
摘要: js部分需要引入两个js文件https://blog-static.cnblogs.com/files/bertha-zm/xlsx.core.min.js 和 https://blog-static.cnblogs.com/files/bertha-zm/alasql.min.js js部分代码: 阅读全文
posted @ 2018-12-14 16:31 一只喵喵 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-16 10:34 一只喵喵 阅读(542) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="jueseQiehuan"> <b-header title="收货地址"></b-header> <scroll> <div class="title"> <div>收货地址</div> <div class="title-edit" v-if="!isEd 阅读全文
posted @ 2018-10-16 10:31 一只喵喵 阅读(391) 评论(0) 推荐(0) 编辑
摘要: hello word! .content { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 阅读全文
posted @ 2018-09-26 11:11 一只喵喵 阅读(101) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-08-03 18:02 一只喵喵 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 这个demo是看了dialog flow 的intent模块下面的Training phrases 得到的心得,实现的一个简单的选中区域实现的效果,不过这里就没写选中之后会弹出数据了。直接上demo: 第一个: 第二个: 阅读全文
posted @ 2018-06-21 11:53 一只喵喵 阅读(7446) 评论(6) 推荐(6) 编辑