logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue项目中缺少async使用时需要用到的依赖This dependency was not found:@babel/runtime/helpers/esm/asyncToGenerator.js

This dependency was not found:core-js/modules/es.object.to-string in ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.jsTo install it, you can run: npm install --save core-js/modules/es.obje

vue-cli npm 解决vue项目中缺失 core-js 的问题

报错:This dependency was not found:core-js/modules/es.object.to-string in ./src/router/index.jsTo install it, you can run: npm install --save core-js/modules/es.object.to-string原因:最新的 vue-cli 3.x的版本,cor

vite中使用unplugin-vue-components插件的使用(无需自己引入组件)

注意还需要在tsconfig.json里面添加上刚刚自动生成的components.d.ts文件(不然自定义的组件会有错误提示找不到文件)插件会生成一个ui库组件以及指令路径components.d.ts文件。安装unplugin-vue-components。比如说Element Plus。

#vue.js#javascript#ecmascript
到底了