-
I'm trying to migrate to Vite with an existing codebase of Primevue 2 + Vue 2.
Unfortunately I can't change to Vue 3.
1.First Error When clicking on an organizational chart item, the following err…
-
## vite.config.js
```js
import { defineConfig } from "vite";
import path from 'path';
const { createVuePlugin } = require("vite-plugin-vue2");
const config = defineConfig({
resolve: {
a…
-
随着 vue3 的发布和越来越多项目的使用,之前使用 vue2 的项目也不能拉下,vue2 升级 vue3 迫在眉睫。在升级之前你需要知道升级的内容和详细变更项。
本文主要整理 vue2 升级 vue3 时,不兼变更的详解释和对比。这里有一份正式升级实践所需的 [升级 todo](https://blog.csdn.net/majing05…
-
1. 通过整个过程了解 vite 原理,为什么它就比webpack块
2. 了解 vue3 vs vue2 优势在哪里?
-
Hi !
I couldn't install vue-picker in my Vue v2.6.11 project. It says:
Could not resolve dependency: npm ERR! peer vue@"^3.0.7" from @invisiburu/vue-picker@2.0.5
So, it isn't work on Vue2 I gu…
-
I'm trying to use this plugin in Vue 2.
Typescript checker works as expected, however when I install and enable `vls` in config - I'm getting bunch of errors pointing at `` tags in each component, …
-
```
[Vue warn]: You are using the runtime-only build of Vue where the template option is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
(…
-
Hi, how to use this as component with Vue 2?
-
## What happens?
主子应用均使用 vite 使用 loadMicroApp 无法同时加载多个子应用
### 访问路径
主应用/child/vms
### 复现代码
主应用中 [vite-qiankun/main/src/pages/child/[...all].vue](https://github.com/Soya-xy/vite-qiankun/blob/2612…
-
Node 版本 6.5.0/6.9.2 NPM版本 4.4.4 MacOS
换了两台电脑试,一样的问题,npm install 没有报错
➜ vue2 git:(master) npm install
➜ vue2 git:(master)
---------------------------------------------------------------------…