上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: 效果 如果使用 //以vue中使用为例 mounted() { const btn = this.$refs['fixed-group'].querySelector('.fixed-link') new Inertia(btn) }, Inertia.js源码 /** * 吸附按钮 */ var 阅读全文
posted @ 2022-02-11 10:41 混名汪小星 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Day.js 一个极简的处理时间和日期的 JavaScript 库,和 Moment.js 的 API 设计保持一样, 但体积仅有2KB。 npm install dayjs 基本用法 import dayjs from 'dayjs' dayjs().format('YYYY-MM-DD HH:m 阅读全文
posted @ 2022-01-27 11:44 混名汪小星 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1.开启gzip压缩 compression-webpack-plugin const CompressionPlugin = require('compression-webpack-plugin') // gzip压缩处理 chainWebpack: (config) => { if(isPro 阅读全文
posted @ 2022-01-15 16:45 混名汪小星 阅读(174) 评论(0) 推荐(0) 编辑
摘要: template部分 <template> <div class="codeEditBox" :style="{height: height + 'px'}"> <editor ref="aceEditor" v-model="options.value" //初始化显示是内容 @init="edi 阅读全文
posted @ 2021-12-28 17:24 混名汪小星 阅读(4321) 评论(0) 推荐(0) 编辑
摘要: 1.a-select :value 值为空时 placeholder失效: 将value设为undefined 参考:https://blog.csdn.net/qq_42127308/article/details/110951771 2.文件上传进度条如何显示进度? 非自定义方案: 解决方案一: 阅读全文
posted @ 2021-10-30 23:47 混名汪小星 阅读(1504) 评论(0) 推荐(0) 编辑
摘要: 一款快速接口开发在线IDE 示例:https://magic-api.ssssssss.org/ 插件地址:https://gitee.com/ssssssss-team/magic-editor vue引入 <template> <div> <magic-editor :config="confi 阅读全文
posted @ 2021-10-20 17:55 混名汪小星 阅读(1095) 评论(0) 推荐(0) 编辑
摘要: magic-editor编辑器 magic-editor官网 : https://microsoft.github.io/monaco-editor/ 默认支持ts,js ,css ,html语法提示 支持sql提示 插件 monaco-sqlpad sql语法提示插件monaco-sqlpad,g 阅读全文
posted @ 2021-10-20 17:38 混名汪小星 阅读(1557) 评论(0) 推荐(0) 编辑
摘要: 场景一:折线图 options = { backgroundColor:"#ffffff", grid: { //折线图距离canvas的距离,会拉伸图例 left: '4%', right: '4%', bottom: '5%', top:"15%", containLabel: true }, 阅读全文
posted @ 2021-09-30 19:39 混名汪小星 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 不要用原生的img标签 ,app端会不显示, 需要用image 标签 长按事件用 @longpress 监听触发,抬起用@touchend 监听触发,如果用 @touchstart 和 @touchend 组合用的话,app端无法监听到长按事件 场景:自建聊天室,需要每发送或者接收一条消息则滚动到最 阅读全文
posted @ 2021-09-18 22:47 混名汪小星 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 天猫精灵小程序 开发须知 支付宝小程序编写 天猫精灵语音接入 自定义小程序应用快速入门 语音小程序开发流程 AliGenie 开发者答疑交流钉钉群 : 31630820 编写流程 创建账号 在 支付宝小程序 中创建支付宝小程序 并开通天猫精灵,创建天猫精灵小程序 在 控制台 进入小程序 设置 页面, 阅读全文
posted @ 2021-09-15 16:47 混名汪小星 阅读(757) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页