Browse Source

重新提交品牌列表页

wangyc 8 years ago
parent
commit
83e1c027f0
1 changed files with 0 additions and 19 deletions
  1. 0 19
      pages/product/brand/brandList/_initial.vue

+ 0 - 19
pages/product/brand/brandList/_initial.vue

@@ -1,19 +0,0 @@
-<template>
-  <brand-list></brand-list>
-</template>
-
-<script>
-  import { BrandList } from '~components/product'
-
-  export default {
-    name: 'brandListDetail',
-    fetch ({store, route}) {
-      return Promise.all([
-        store.dispatch('product/loadBrands', {'keyword': route.params.initial})
-      ])
-    },
-    components: {
-      BrandList
-    }
-  }
-</script>