Skip to content

Commit

Permalink
docs: 启动runtime命令出错
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Jan 23, 2024
1 parent fbb5b3c commit 7db8d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ import './page-config.js';

然后执行在 runtime/vue3 目录下执行
```
npm run start
npm run build:libs
npm run dev
```

至此,我们就可以得到这个开发中组件在编辑器中进行了配置并保存后,在真实页面中应该有的样子。
Expand Down

0 comments on commit 7db8d8f

Please sign in to comment.