layui/example/docs/zh-CN/guide/locale.md
2022-02-09 23:30:41 +08:00

263 B

::: title 国际化 :::

::: describe 目前的默认文案是简体中文,如果需要使用其他语言,可以参考下面的方案。 :::

<template>
    <lay-config-provider locale="zh_CN">
        <App />
    </lay-config-provider>
</template>