@mirweb/mir-web-components 2.9.7 → 2.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,9 +29,11 @@
|
|
|
29
29
|
>Mobile Industrial Robots A/S</span
|
|
30
30
|
>
|
|
31
31
|
<address>
|
|
32
|
-
<span v-if="language === 'zh'"
|
|
32
|
+
<span v-if="language === 'zh'"
|
|
33
|
+
>上海市普陀区长寿路309弄10号旭辉企业大厦
|
|
34
|
+
</span>
|
|
33
35
|
<span v-else>Energivej 51</span>
|
|
34
|
-
<span v-if="language === 'zh'"
|
|
36
|
+
<span v-if="language === 'zh'">19楼1901-1903</span>
|
|
35
37
|
<span v-else>5260 Odense S</span>
|
|
36
38
|
<span v-if="language !== 'zh'">Denmark</span>
|
|
37
39
|
<span v-if="language !== 'zh'">CVR: 29138060</span>
|
|
@@ -40,8 +42,10 @@
|
|
|
40
42
|
class="footer__contact"
|
|
41
43
|
link-type="regular_light"
|
|
42
44
|
underline="false"
|
|
43
|
-
><a
|
|
44
|
-
|
|
45
|
+
><a
|
|
46
|
+
v-if="language === 'zh'"
|
|
47
|
+
href="mailto:mir-china@mir-robots.com"
|
|
48
|
+
>MiR-China@mir-robots.com</a
|
|
45
49
|
><a v-else href="mailto:mail@mir-robots.com"
|
|
46
50
|
>mail@mir-robots.com</a
|
|
47
51
|
>
|
|
@@ -50,8 +54,8 @@
|
|
|
50
54
|
class="footer__contact"
|
|
51
55
|
link-type="regular_light"
|
|
52
56
|
underline="false"
|
|
53
|
-
><a v-if="language === 'zh'" href="tel:+
|
|
54
|
-
>+86
|
|
57
|
+
><a v-if="language === 'zh'" href="tel:+862161326299"
|
|
58
|
+
>+86 21 6132 6299</a
|
|
55
59
|
>
|
|
56
60
|
<a v-else href="tel:+4520377577">+45 20 377 577</a>
|
|
57
61
|
</atom-link>
|