Search Docs
string
en
Configure the HTML language attribute.
<html lang="en"></html>
For example to set HTML language to zh-CN:
zh-CN
export default { html: { lang: 'zn-CN', }, };
Result:
<html lang="zn-CN"></html>