Commit 3012827f authored by lipengcheng 's avatar lipengcheng

refactor: 文档更新

parent febd229e
...@@ -177,6 +177,14 @@ npm run prettier ...@@ -177,6 +177,14 @@ npm run prettier
`/src/components/global`目录下添加`.vue`组件,并声明`name`属性即可,会自动引入并挂载到vue实例上。<br> `/src/components/global`目录下添加`.vue`组件,并声明`name`属性即可,会自动引入并挂载到vue实例上。<br>
注意,`name`属性必填,且`name`的值就是使用时的组件名称。<br> 注意,`name`属性必填,且`name`的值就是使用时的组件名称。<br>
### axios使用说明
TODO
## CHANGELOG
[查看CHANGELOG](./CHANGELOG.md)
## Customize configuration ## Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/). See [Configuration Reference](https://cli.vuejs.org/config/).
**** ****
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment