# store
**Repository Path**: coding-startup/store
## Basic Information
- **Project Name**: store
- **Description**: 学院商城
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-04
- **Last Updated**: 2021-08-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# app
#### commit log
- 2021/1/5 - tension
- 实现 Ant UI 按需加载,使用方式参考如下
```js
import { Button } from 'ant-design-vue'
// 注册组件,也可以使用 Vue.use 去注册,但是你需要手动 import 一下 vue
export default {
components: {
[Button.name]: Button
}
}
```
- 2021/1/5 - tension
- MyTitle 组件封装,使用方式如下,需要注册为**公共组件**(Vue.component),我已经在 `main.js` 中注册了,请 `pull`
- en - 副标题
- ch - 主标题
- justify - 标题的举中方式
- flex-end
- center
- flex-start
```html
```
- 2021/1/7 - tension
- 上传慕课网官方字体文件,位置为 `lib/moco`
- 2021/1/7 - tension
- 上传讲师模板文件,位置为:`components/LecturerTemp.vue`
```html
```