persagy-vant 0.0.21 → 0.0.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "persagy-vant",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "Lightweight Mobile UI Components built on Vue",
5
5
  "main": "lib/vant.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -11,7 +11,7 @@ description: 使用 Persagy Vant 为 Vue 3 移动端业务页面规划、实现
11
11
 
12
12
  1. 阅读 `references/reuse-policy.md`,确认复用边界与禁止项。
13
13
  2. 阅读 `references/business-component-catalog.md`,按用户任务先确定业务组件;再从 `references/component-catalog.md` 补齐基础组件。
14
- 3. 阅读每个被选中组件的 README 和 demo:在组件库仓库使用 `src/<component>/README.zh-CN.md`;在业务项目使用 `node_modules/persagy-vant/es/<component>/README.zh-CN.md`。API、事件、插槽和导入方式均以这些资料为准。
14
+ 3. 阅读每个被选中组件的 README 和 demo:使用 `node_modules/persagy-vant/es/<component>/README.zh-CN.md`。API、事件、插槽和导入方式均以这些资料为准。
15
15
  4. 按 `references/page-recipes.md` 组合页面,补齐加载、空数据、错误、禁用和提交中状态。
16
16
  5. 使用组件提供的 props、事件、插槽、Less 变量或公开 class 扩展点;不得复制组件内部 DOM、样式或私有逻辑。
17
17
  6. 输出或提交前,按 `references/reuse-policy.md` 完成自查,并附上“组件复用清单”。
@@ -24,6 +24,6 @@ description: 使用 Persagy Vant 为 Vue 3 移动端业务页面规划、实现
24
24
 
25
25
  ## 资料边界
26
26
 
27
- - 组件库仓库中的 `src/<component>/README.zh-CN.md`,或业务项目已安装包中的 `node_modules/persagy-vant/es/<component>/README.zh-CN.md`,连同类型定义和 demo,是组件 API 的唯一事实来源。
27
+ - 已安装包中的 `node_modules/persagy-vant/es/<component>/README.zh-CN.md`,连同类型定义和 demo,是组件 API 的唯一事实来源。
28
28
  - `references/` 用于选型、复用规则与页面组合,不能据此编造不存在的 props 或事件。
29
29
  - 当前目录是对外分发版本;随 `persagy-vant` 发布版本一起更新。组件库维护、扩展或新增组件不属于本 Skill 的授权范围。