chore: 渲染适配器版本更新

This commit is contained in:
wangxuefeng
2025-03-31 13:49:22 +08:00
parent 6b2c7bad00
commit 813547331d
8 changed files with 97 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
# @sy/wujie-vue3-renderer-adapter
## 1.0.2
### Patch Changes
- 渲染适配器增加 props 深度监听处理
## 1.0.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sy/wujie-vue3-renderer-adapter",
"version": "1.0.1",
"version": "1.0.2",
"description": "wujie-vue3 ycode renderer adapter",
"type": "module",
"scripts": {

View File

@@ -75,7 +75,6 @@ const subAppProps = ref({
watch(
() => ({ ...props }),
(newProps) => {
console.log('props 发生变化', newProps);
subAppProps.value = {
...newProps,
adapterInfo: {