feat: 外部链接国际化

This commit is contained in:
fit2cloud-chenyw 2021-05-21 15:13:16 +08:00
parent 4f19867823
commit f3fa01de1b

View File

@ -21,5 +21,6 @@ Vue.use(ElementUI, {
new Vue({
router,
store,
i18n,
render: h => h(Link)
}).$mount('#link')