Closed erguotou520 closed 7 years ago
The demo https://vf-backend.herokuapp.com/ doesn't seem to work? I get Uncaught TypeError: o is not a function
in the web console.
Great thanks for your hard work
Thanks:)
It's ok now after updating the dependencies.
Would be nice if the demo is in English as well
The demo support i18n in login page and profile setting dialog while the default is ch_ZN
Is there a language toggle somewhere in the demo? Didn't find any
At the bottom of the login page.
and the profile setting after login
Any suggestion about the switch position?
Ah, I didn't see the button because the background image has a similar color than the button's background color.
Also, the app is very slow sometimes.
What does slow mean? Maybe the slow network as it was deployed on heroku.
More than 5 seconds. It's ok though.
I find the not-so-visible button more disturbing. (Especially when the screen is small then the button goes bellow the mountain and get's even less visible.) How about making English the default?
I have changed the language switch button to the main login area.
The default language is read from localStorage > navigator.language > 'zh-CN'
, so the lang should be 'en' when you logged in first time(accounding to your compute locale). This is more reasonable in my option.
The demo is running on heroku so that the demo page may be slowly, but I think it's acceptable as it is just a demo.
Thanks for your hard work again.
@brillout Great thanks for your hard work. I am the author of vue-fullstack. I have push a commit to update the readme which contains vue version description and update the github topics.