@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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,6 @@
1
1
  # `@fulate/vue`
2
2
 
3
- > 文档角色:`GUIDE`。权威来源:Vue adapter 源码 TSDoc 与测试;Core 场景和生命周期规则见
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
  ## 创建与挂载
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fulate/vue",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",