-
使用 vite-ts 模板构建,添加 @vitejs/plugin-legacy 插件后,无法构建微信小程序(h5 的可以正常构建),由于报错时没有给出详细的错误信息输出,无法确定问题出在哪里
错误信息输出如下:
```
> uni-preset-vue@0.0.0 build:mp-weixin E:\qge\proj\other\uniapp-ts\legacy-test
> uni …
-
When using `vue-multiselect="^3.0.0-alpha.2"` I get this error when running with SSR:
```
/Users/james/Code/laravel/forge/node_modules/vue-multiselect/dist/vue-multiselect.esm.js:1
import { openB…
-
vite+vue3 怎么引入earthsdk 呀
-
### 使用版本
请填写使用版本:
2.1.2
### 问题描述
vite打包后vue3项目底图加载不出来,数据存在
![image](https://github.com/yangyanggu/vue-amap/assets/44308726/c9aab009-3961-4db2-a8a6-2d398203e4c6)
-
主应用 vite+vue3
子应用A vite+vue3
子应用B vite+vue3
子应用A想使用模块联邦调用子应用B的组件,并以弹框方式嵌入
子应用A vite.config.js文件
```typescript
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'…
-
问题:升级最新版本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
-
## 1. 百度地图SDK放到基座中
### 基座应用:
```
// index.html
```
### 子应用
```
// index.html
window.BMapGL = window.rawWindow.BMapGL
window.BMAP_ANCHOR_TOP_LEFT = window.rawW…
-
issue:
1. `dev:mp-wieixn` 编译错误
2. `dev:mp-wieixn` 无法实现在微信开发者工具中热更新
---
reproduction:
1. `npx degit dcloudio/uni-preset-vue#vite-ts my-vue3-project`
4. `cd my-vue3-project` && `npm run in…
-
**Scale Version**
@telekom/scale-components: 3.0.0-beta.150
**Framework and version**
Vue 3.4.15 with Vite 5.0.11.
**Code Reproduction**
https://codesandbox.io/p/sandbox/scale-components-vue…
-
Hi is this repo still maintained? I can't get vite-jest to install with vite >=4 I have recently migrated quite a large vue2 project to vue3 and vite but now trying to get my jest tests to work again …