-
问题:升级最新版本1.2.1后,不配置externals的情况下,打包业务库后,import业务库进来的是个promise。如果配置了externals,就会报错没有render方法。1.1.3就没有这个问题。请问这是为啥?
使用场景:使用v-charts2开发一个业务库
vue版本:2
引用方式:
各业务组件自己引用和注册
import VeBar from '@v-charts2/b…
Aolef updated
1 month ago
-
ERROR in css/common.7b13c1c5.css
css/common.7b13c1c5.css from Css Minimizer plugin
Error: PostCSS plugin postcss-discard-comments requires PostCSS 8.
Migration guide for end-users:
https://github.…
-
ERROR in ./~/.6.2.5@babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false!./~/.8.5.4@vue-loader/lib/selector.js?type=script&index=0!./src/views/goods/catedetail.vue
Module not found…
-
## Can I use this plugin with `prettier-plugin-tailwindcss`?
Of course! However, there are a few notes.
1. Languages that can be used with `prettier-plugin-tailwindcss` are limited to:
- J…
-
Here is how i have implemented:
1) plugins/vue-datepicker.js
import Vue from 'vue';
import Datepicker from 'vuejs-datepicker/dist/vuejs-datepicker.esm';
Vue.use(Datepicker);
2) Nuxt config
p…
-
```js
"eslint": "8.18.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "9.1.1",
```
```js
module.exports = {
root: true,
globals: {
uni: 'readonly',
wx: 'r…
-
vue版本:如vue@3
打包工具及版本:如 "vite": "^4.2.1",
"@vue-office/docx": "^1.6.0",
"@vue-office/excel": "^1.7.3",
"@vue-office/pdf": "^2.0.0",
打包后报错
```
ReferenceError: Cannot access …
czkm updated
5 months ago
-
How can I use the editor with nuxt if my project is with ssr?
```
nuxt.config.js
ssr: true
plugins: [
{
src: '~ / plugins / vue-editor.js',
ssr: fa…
-
Whenever I use this plugin in my Vue project. HMR stops working.
using dynamic import strategy does fix it `domInsertionStrategy: isDev ? 'dynamic' : 'replaceHtml',`
-
Hi i get this error when i am install yarn command and yarn serve command does not work.
vue-cli-service serve
/bin/sh: 1: vue-cli-service: not found
error Command failed with exit code 127.
in…