chore: 发布 1.0.1
This commit is contained in:
parent
7bae29ed19
commit
2accc9b024
@ -1,8 +1,10 @@
|
||||
<template>
|
||||
<template v-if="enable">
|
||||
<LayCollapseTransition v-if="type === 'collapse'"><slot></slot></LayCollapseTransition>
|
||||
<LayCollapseTransition v-if="type === 'collapse'"
|
||||
><slot></slot
|
||||
></LayCollapseTransition>
|
||||
<LayFadeTransition v-if="type === 'fade'"><slot></slot></LayFadeTransition>
|
||||
</template>
|
||||
</template>
|
||||
<template v-else>
|
||||
<slot></slot>
|
||||
</template>
|
||||
|
@ -249,7 +249,7 @@ import { useI18n } from "vue-i18n";
|
||||
import zh_CN from "../language/zh_CN.ts";
|
||||
import en_US from "../language/en_US.ts";
|
||||
import { useAppStore } from "../store/app";
|
||||
import config from '../../../component/package.json';
|
||||
import config from "../../../component/package.json";
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
|
@ -111,7 +111,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { inject } from 'vue';
|
||||
import { inject } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { useAppStore } from "../store/app";
|
||||
|
||||
|
@ -1,8 +1,5 @@
|
||||
<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">
|
||||
尽管 layui-vue 中包含了这些组件,但因为它们受众群体广泛或应用广泛,特从
|
||||
layui-vue 中抽取出来个副本,可独立引用。我们也会对它们进行同步维护。
|
||||
|
Loading…
Reference in New Issue
Block a user