Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geek-James committed Mar 13, 2020
1 parent 40a0f5d commit 529c91f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/views/category/Category.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Motto: 求知若渴,虚心若愚
* @Github: https://github.com/Geek-James/ddBuy
* @掘金: https://juejin.im/user/5c4ebc72e51d4511dc7306ce
* @LastEditTime: 2020-03-11 22:14:31
* @LastEditTime: 2020-03-13 16:44:37
* @Description: 分类
* @FilePath: /ddBuy-dev/src/views/category/Category.vue
-->
Expand Down Expand Up @@ -56,7 +56,7 @@ import Loading from '../../components/loading/LoadingGif'
// 5.引入加载动画
import LoadingGif from '../../components/loading/Loading'
// 6.引入骨架屏
import Skeleton from './Skeleton'
import Skeleton from './skeleton'
export default {
name: 'Category',
data() {
Expand Down
4 changes: 2 additions & 2 deletions src/views/home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Motto: 求知若渴,虚心若愚
* @Github: https://github.com/Geek-James/ddBuy
* @掘金: https://juejin.im/user/5c4ebc72e51d4511dc7306ce
* @LastEditTime: 2020-03-11 21:23:13
* @LastEditTime: 2020-03-13 16:43:36
* @Description: Home 首页模块
* @FilePath: /ddBuy-dev/src/views/home/Home.vue
-->
Expand Down Expand Up @@ -61,7 +61,7 @@ import FlashBuy from './components/flash/FlashBuy'
import SpecialZone from './components/special/SpecialZone'
import TabbarGoodsItem from './components/tabbar/TabbarGoodsItem'
import Loading from '../../components/loading/LoadingGif'
import Skeleton from '../home/components/Skeleton'
import Skeleton from '../home/components/skeleton'
export default {
computed: {
...mapState(['userInfo'])
Expand Down

0 comments on commit 529c91f

Please sign in to comment.