Commit d915b79ac90fa18530be8d7164f9991a06d4867a
Committed by
GitHub
1 parent
c8374d00
Update engine-entry.js
Showing
1 changed file
with
6 additions
and
1 deletions
front-end/h5/src/engine-entry.js
| 1 | 1 | /** |
| 2 | - * 作品预览的渲染引擎,其实就是简单遍历 pages 以及 elements,显示即可 | |
| 2 | + * #!zh: | |
| 3 | + * engine 页面是 webpack 构建多页面中的其中的一个页面 | |
| 4 | + * entry-entry 是 构建 engine 页面的入口,类似于 src/main.js 的作用 | |
| 5 | + * 作用:作品预览的渲染引擎,其实就是简单遍历 work(作品) 的 pages 以及 elements,显示即可 | |
| 6 | + * 主要在预览弹窗中预览 和 用户在手机上查看作品使用 | |
| 7 | + * | |
| 3 | 8 | */ |
| 4 | 9 | import Vue from 'vue' |
| 5 | 10 | import Antd from 'ant-design-vue' | ... | ... |