diff --git a/src/components/Footer.vue b/src/components/Footer.vue new file mode 100644 index 0000000..6235a9d --- /dev/null +++ b/src/components/Footer.vue @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/src/components/Guarantee.vue b/src/components/Guarantee.vue new file mode 100644 index 0000000..b616640 --- /dev/null +++ b/src/components/Guarantee.vue @@ -0,0 +1,87 @@ + + + + {{$t("guarantee.title")}} + + {{$t("guarantee.txt")}} + + + + + + + + + + + {{ $t(item.title) }} + {{ $t(item.content) }} + + + + + + + + + + + diff --git a/src/components/Home.vue b/src/components/Home.vue new file mode 100644 index 0000000..b0dcfd4 --- /dev/null +++ b/src/components/Home.vue @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/NavContainer.vue b/src/components/NavContainer.vue new file mode 100644 index 0000000..5e91488 --- /dev/null +++ b/src/components/NavContainer.vue @@ -0,0 +1,227 @@ + + + + + + + + + + {{$t("home.title.txt")}} + + + + + + {{ + $t("home."+item.name) }} + {{$t("home."+item.name) }} + + + + {{$t("Language")}} + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + {{$t("home.title.txt")}} + + + + + + + + + + + {{$t("home.navigation")}} + + {{$t("home."+item.name) }} + + {{$t("home.language.switching")}} + + + {{$t("Language")}} + + + + + + + + + + {{ item.name }} + + + + + + + + + + {{$t("octopContact")}} + + + + {{$t("octopContact.subtitle")}} + + + + + + + \ No newline at end of file diff --git a/src/components/Preson.vue b/src/components/Preson.vue new file mode 100644 index 0000000..b316d4a --- /dev/null +++ b/src/components/Preson.vue @@ -0,0 +1,52 @@ + + + + 汽车信息:一辆{{car.brand}}车,价值{{car.price}}万 + 修改价格 + + 游戏列表 + + {{item.name}} + + 修改第一个游戏的名字 + + 当前求和为:{{sum}} + 点我sum加1 + + + + + + \ No newline at end of file