docs: 新增 Nprogress 物料

This commit is contained in:
就眠儀式 2022-03-09 01:32:07 +08:00
parent fbc7823b8c
commit 2c5bf79041
4 changed files with 34 additions and 5 deletions

View File

@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 页面正在渲染过程时,合适的加载动效会有效缓解用户的焦虑。
:::
::: title 基础使用
:::

View File

@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 全局展示操作反馈信息。
:::
::: title 基础使用
:::

View File

@ -29,6 +29,27 @@
</div>
</a>
</div>
<div class="layui-col layui-col-md6">
<a href="https://github.com/rstacruz/nprogress">
<div class="project-list-item">
<img
class="project-list-item-cover"
src="https://gw.alipayobjects.com/zos/rmsportal/iZBVOIhGJiAnhplqjvZW.png"
/>
<div class="project-list-item-body">
<h2>Nprogress</h2>
<div class="project-list-item-text layui-text">
For slim progress bars like on YouTube, Medium
</div>
<div class="project-list-item-desc">
<span class="time">几秒前</span>
<div class="ew-head-list"></div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</template>

View File

@ -1,6 +1,6 @@
{
"name": "@layui/layui-vue",
"version": "0.3.9-alpha.3",
"version": "0.3.9-alpha.4",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",
@ -36,17 +36,13 @@
"vue": "^3.2.31"
},
"dependencies": {
"@docsearch/js": "3",
"@layui/icons-vue": "^1.0.7",
"@layui/layer-vue": "^1.3.8",
"@vueuse/core": "^7.6.2",
"algoliasearch": "^4.12.2",
"async-validator": "^4.0.7",
"evtd": "^0.2.3",
"instantsearch.css": "^7.4.5",
"vue": "^3.2.31",
"vue-i18n": "^9.1.9",
"vue-instantsearch": "^4.3.3",
"vue-router": "^4.0.12"
},
"devDependencies": {