|
|
@@ -17,9 +17,9 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import BreadPage from '../../components/BreadPage.vue';
|
|
|
-import MenuPage from '../../components/MenuPage.vue';
|
|
|
-import SortList from '../../components/SortList.vue';
|
|
|
+import BreadPage from '../../components/page/BreadPage.vue';
|
|
|
+import MenuPage from '../../components/page/MenuPage.vue';
|
|
|
+import SortList from '../../components/page/SortList.vue';
|
|
|
export default {
|
|
|
components: { BreadPage, MenuPage, SortList }
|
|
|
};
|