🐛(component): 修复级联组件示例警告
This commit is contained in:
parent
1a80f062d0
commit
d32d0c3a79
@ -300,6 +300,10 @@ const options = [
|
|||||||
<lay-cascader :options="options" v-model="value1" decollator="-" placeholder="我可以自定义分割符号" style="width:250px"></lay-cascader>
|
<lay-cascader :options="options" v-model="value1" decollator="-" placeholder="我可以自定义分割符号" style="width:250px"></lay-cascader>
|
||||||
<span style="margin-left:20px">输出的值:{{value1}}</span>
|
<span style="margin-left:20px">输出的值:{{value1}}</span>
|
||||||
</template>
|
</template>
|
||||||
|
<script setup>
|
||||||
|
import { ref } from "vue";
|
||||||
|
const value1=ref(null)
|
||||||
|
</script>
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: title 控制回显层级
|
::: title 控制回显层级
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
>{{ t("home.download") }}:<em class="site-showdowns"
|
>{{ t("home.download") }}:<em class="site-showdowns"
|
||||||
>13,525</em
|
>14,684</em
|
||||||
></span
|
></span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
rel="nofollow"
|
rel="nofollow"
|
||||||
class="site-star"
|
class="site-star"
|
||||||
>
|
>
|
||||||
<i class="layui-icon"></i> Star <cite id="getStars">1215</cite>
|
<i class="layui-icon"></i> Star <cite id="getStars">1272</cite>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://gitee.com/layui-vue"
|
href="https://gitee.com/layui-vue"
|
||||||
|
Loading…
Reference in New Issue
Block a user