-
关于vue3版本,需要在什么时候推出?
-
#### 实现场景:
项目使用技术: vue3+ vite
想要实现的功能:
1. amis 编辑器: 因为没发现有 sdk版本的 amis-editor 所以 在vue3 中通过 amis-editor + veaury 引入,
2. amis 渲染器: 使用 amis sdk 方式 引入,
用什么方式开发自定义组件, 在编辑器里识别可用, 同时渲染器又能正…
-
Hello!
Vue switched to sass "compileString" method instead of "renderSync" which breaks esbuild vue transpilation as soon as a style block with ` lang="scss"` is present in an SFC.
https://githu…
-
**I rewrote the Python example in the Vue3 project according to the examples(react), but encountered the following error: the theme did not take effect. Does anyone know why? Thank you very much.**
…
-
## 问题描述
> 出现错误Failed to set the 'adoptedStyleSheets' property on 'ShadowRoot': Sharing constructed stylesheets in multiple documents is not allowed
## 复现步骤
1.主应用vite_vue3 micro-app最新版本rc-10
2.子…
-
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui": "^3.1.18",
"@nutui/nutui-taro": "^3.1.10",
"@tarojs/cli": "3.4.7",
"@tarojs/components": "3.4.7",
"@tarojs/plugin-html"…
-
### Version
5.5.1
### Link to Minimal Reproduction
null
### Steps to Reproduce
mapChart.on('click', params => {
console.log('params', params)
})
### Current Behavior
no log print
### Expec…
-
## What happens?
主应用和子应用都是用Vue3+VueRouter4,点击主应用中菜单进行router.push,对应同一个activeRule的子应用来回切换,会重复创建子应用实例
具体表现为
1. 主应用 Vue2+VueRouter3 子应用Vue2+VueRouter3, 正常
2. 主应用 Vue2+VueRouter3 子应用Vue3+VueRouter4, 正…
-
I am trying to use this package in a Laravel/Inertia Vue3 application and getting a CORS error for the redirect.
Here is my controller:
```php
class PaystackController extends Controller
{
…
-
**Describe the bug**
A clear and concise description of what the bug is.
Using Vue3 and the latest 0.3.4 version of the vue3-carousel i import the component and the slider and then simply pass pro…