
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
一般图片我们都在src下的assets文件夹下images下html中我们这样使用没问题<img src="../../../../assets/images/know/_bji.png"style="width:24px;border-radius:5px;"/>//../../../../这个路径就根据自己在哪个文件中获取图片来自行写了vue render配置img的src路径方法
// 首先两张图片,一张闭眼一张睁眼,放到项目里,图片路径放自己的路径<template><input :type='telphone' clearable/><div @click.stop='smallEyes' class='_eyes'><img src='~assets/images/biyan.png' alt='' v-show='eyete
input限制只能输入数字类型,+-等也不能输入

<template><div v-drag class='div-class'></div>// 定位最好用absoulte或者fixed,relative极大几率不生效</template><script>export default {name: 'modalBlock',props: {},data () {return {}},d
vue通过ref调用子组件里面的方法清除代码缓存
方法: push()和replace()跳转this.$router.push()和this.$router.replace()用法一致1.不带参数this.$router.push('/login')//this.$router.replace('/login')this.$router.push({name:'login'})//this.$router.replace({name:'logi
//html<template><div :disabled = 'disabled'>看不到</div></template>//js<script>import PickerCol from './PickerCol';import mixins from '../../../mixins/mixin...
<template><div v-drag class='div-class'></div>// 定位最好用absoulte或者fixed,relative极大几率不生效</template><script>export default {name: 'modalBlock',props: {},data () {return {}},d
啰啰嗦嗦的序言(可看可不看):先说下我的需求,富文本中新增一个表格需求,富文本已实现(增删查改),表格新增要一起同步这四个场景,开始我用的vue-quill-editor,结果发现坑太多,我查看的时候没法把拿到的数据丢到quill里面去修改,只能v-html展示,还有缓存以及验证的一些问题,只是想在富文本加个表格,发现用vue-quill-editor要改的地方太多,果断弃坑了,网上找了下发现wa
可视区高:document.body.clientHeight可视区高+边框线:document.body.offsetHeighthtml:<div :style="{ height: screenHeight + 'px' }" class='odiv'>最外层div</div>js部分:document.body.clientHeight - 110(这个数值根据自身







