when i use it(vue-meta),and my setting:
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ http-equiv: 'x-ua-compatiable', content: 'IE=edge' }
is it right??? no!!!
it's error:
C:UsersAdministrator\Desktop\vue\zt_pcnuxt.config.js:10
{ http-equiv: 'x-ua-compatiable', content: 'IE=edge' },
^
SyntaxError: Unexpected token -
So there's no problem with writing
{'http-equiv':'http-equiv', content:'text/html; charset=UTF-8'}
@tr-text thx,I'm so 'silly!
Most helpful comment
So there's no problem with writing
{'http-equiv':'http-equiv', content:'text/html; charset=UTF-8'}