feat(demo-vue): update contact information with i18n support
- Replaced hardcoded contact details in FooterComponent.vue with localized strings using the t() function. - Updated English and Chinese locale files to include new contact information for phone, email, and WeChat/WhatsApp.
This commit is contained in:
@@ -45,7 +45,11 @@ export const messages = {
|
||||
allRights: 'All rights reserved',
|
||||
copyrightFull: 'Copyright © 2026 Shandong Showdart Technology Engineering Co., Ltd. All rights reserved.',
|
||||
companyInfo: 'Company',
|
||||
addressLabel: 'Cunqian Village, Huangli Town, Wujin District, Changzhou, Jiangsu, China'
|
||||
addressLabel:
|
||||
'A4, Smart Valley, Economic and Technological Development Zone, Jining City, Shandong Province, China.',
|
||||
contactPhoneLine: 'Tel: +86 177 144 33303',
|
||||
contactEmailLine: 'amaransalesgroup@163.com',
|
||||
contactWechatLine: 'Wechat & WhatsApp: +86 177 144 33303'
|
||||
},
|
||||
language: { zh: '中文', en: 'English', switch: 'Language' },
|
||||
nav: {
|
||||
|
||||
Reference in New Issue
Block a user