✨(all): 发布 1.1.8
更新文档
This commit is contained in:
parent
0010259ef8
commit
9e10662210
@ -30,7 +30,10 @@ const props = withDefaults(defineProps<LayConfigProviderProps>(), {
|
|||||||
|
|
||||||
const { locale, setLocaleMessage, mergeLocaleMessage } = useI18n();
|
const { locale, setLocaleMessage, mergeLocaleMessage } = useI18n();
|
||||||
|
|
||||||
const ignoreInlineStyle = [".layui-colorpicker-trigger-span","div.layui-color-picker *"];
|
const ignoreInlineStyle = [
|
||||||
|
".layui-colorpicker-trigger-span",
|
||||||
|
"div.layui-color-picker *",
|
||||||
|
];
|
||||||
|
|
||||||
const changeLocale = (lang: string) => {
|
const changeLocale = (lang: string) => {
|
||||||
locale.value = lang;
|
locale.value = lang;
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="margin-top: 60px; width: 80%" class="layui-container">
|
<div style="margin-top: 60px; width: 80%" class="layui-container">
|
||||||
<blockquote class="layui-quote layui-text" style="margin: 30px 0;letter-spacing: 2.5px;">
|
<blockquote
|
||||||
以写作为工具,为道途,先帮助自己一程,再以自己的领悟帮助他人一程, 这是一种服务 - 庆山
|
class="layui-quote layui-text"
|
||||||
|
style="margin: 30px 0; letter-spacing: 2.5px"
|
||||||
|
>
|
||||||
|
以写作为工具,为道途,先帮助自己一程,再以自己的领悟帮助他人一程,
|
||||||
|
这是一种服务 - 庆山
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<fieldset class="layui-field layui-field-title">
|
<fieldset class="layui-field layui-field-title">
|
||||||
<legend style="margin-bottom: 20px; text-align: center">独立组件</legend>
|
<legend style="margin-bottom: 20px; text-align: center">独立组件</legend>
|
||||||
|
Loading…
Reference in New Issue
Block a user