简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
1. 简介VirtualBox 是一款开源虚拟机软件。VirtualBox 是由德国 Innotek 公司开发,由Sun Microsystems公司出品的软件,使用Qt编写,在 Sun 被 Oracle 收购后正式更名成 Oracle VM VirtualBox。Innotek 以 GNU General Public License (GPL) 释出 VirtualBox,并提供二进制版本及
main.js添加自定义指令:Vue.directive('loadmore', {bind(el, binding) {const selectWrap = el.querySelector('.el-table__body-wrapper')selectWrap.addEventListener('scroll', function() {l...
安装:npm install --save js-base64在组件中直接引入let Base64 = require('js-base64').Base64;使用:Base64.decode('dsdsdSd');Base64.decode('3232131');Base64.encode('6545hgdfg');Base64.encode('543hfghfhfhg...
修改nuxt.config.js如下:plugins: [{ src: '~/plugins/nuxt-swiper-plugin.js', ssr: false }],css: ['swiper/css/swiper.css']修改nuxt-swiper-plugin.js如下:import Vue from 'vue'...
输入npm install报以下错误npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node-sass@4.13.1 postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the node-sass@4.13.1 pos...
ERRORFailed to compile with 1 errors我的项目中报错是因为资源引入路径有错,引入了一个不存在的文件,检查webpack.base.conf.js下的资源路径并修改即可。