@fulate/vue 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
# `@fulate/vue`
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
> [`@fulate/core` 指南](../core/docs/README.md),跨包 Editor 规则见 [`docs/specs/`](../../docs/README.md)。
|
|
5
|
-
|
|
6
|
-
Vue adapter 把 Vue renderer 接到一个 Fulate `Root`。它不复制 Core 场景状态,也不创建第二个 Root
|
|
3
|
+
Vue adapter 把 Vue renderer 接到一个 Fulate `Root`。它不复制 Core 场景状态,也不创建第二个 Root
|
|
7
4
|
frame runtime;每个挂载的应用只拥有自己的 content/overlay Layer 和 Vue 生命周期。
|
|
8
5
|
|
|
9
6
|
## 创建与挂载
|