随笔分类 - Vue
Vue基本操作
摘要:一、搭建项目1. vue init nuxt-community/starter-template testPro --testPro为项目名称-项目文件夹名称2. Project name (testPro) test-pro --输入项目名称(不能有大写字母)3. Project descrip
阅读全文
摘要://获取URL参数 getUrlKey(name) { return ( decodeURIComponent( (new RegExp("[?|&]" + name + "=" + "([^&;]+?)(&|#|;|$)").exec( window.location.href ) || [, "
阅读全文
摘要:这个问题是因为ios系统会默认你的input字体大小不得小于16px,要是小于16px系统就会给你放大页面 这个问题只需要把你的input输入框的字体大小改成16px style="font-size: 16px !important;"
阅读全文
摘要:html <label> <input type="file" @change="tirggerFile($event)" /> </label> script methods: { tirggerFile: function(event) { var self = this; var file =
阅读全文
摘要:getUrlKey(name) { return ( decodeURIComponent( (new RegExp("[?|&]" + name + "=" + "([^&;]+?)(&|#|;|$)").exec( location.href ) || [, ""])[1].replace(/\
阅读全文
摘要:注:主要是el-main的高度和绝对定位必须设置(样式在下面) html <el-main id="message" v-html="remsg" class="scrolldivmain">some code</el-main> js updated() { this.scrollToBottom
阅读全文

浙公网安备 33010602011771号