2020-08-27 17:18:57 +08:00

4 lines
300 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 组件
`src/components` 文件夹中编写组件,该目录下的 *.fes 文件会自动注册成全局组件你可以直接将组件作为html标签使用
* `<fes-header></fes-header>` 引入的就是 `src/components/fesHeader.fes`
* 命名转换规则: 驼峰式转换 为 连字符式