From b57fef16f99e66f8f340a6c757fae50d54d8ded0 Mon Sep 17 00:00:00 2001 From: sunxyw <31698606+sunxyw@users.noreply.github.com> Date: Thu, 17 Mar 2022 01:53:06 +0800 Subject: [PATCH] add missing module version example --- docs/component/module/module-pack.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/component/module/module-pack.md b/docs/component/module/module-pack.md index 304ade4d..3b08b6c2 100644 --- a/docs/component/module/module-pack.md +++ b/docs/component/module/module-pack.md @@ -56,7 +56,8 @@ src/ ```json { "name": "my-first-module", - "description": "这个是一个示例模块打包教程" + "description": "这个是一个示例模块打包教程", + "version": "1.0.0" } ```