diff --git a/componets/card.vue b/components/card.vue similarity index 100% rename from componets/card.vue rename to components/card.vue diff --git a/components/part.vue b/components/part.vue new file mode 100644 index 0000000..1301d5c --- /dev/null +++ b/components/part.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/main.js b/main.js index d66dd8b..c18e595 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,6 @@ import Vue from 'vue' import App from './App' -import Card from "componets/card.vue" + Vue.config.productionTip = false diff --git a/pages.json b/pages.json index abc5800..745b56f 100644 --- a/pages.json +++ b/pages.json @@ -13,6 +13,15 @@ "navigationBarTitleText": "" } } + ,{ + "path" : "components/part", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/index/index.vue b/pages/index/index.vue index c75c655..3947f20 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -41,7 +41,7 @@ \ No newline at end of file