no message
Former-commit-id: 38f7d02f8ce18ee237d392d635b7fbb82b2f83d4 Former-commit-id: 4a9a3898e1c48874ee6c58dfb9cd65bf20f76a76 Former-commit-id: c0446711f6df1e2918381e95e767872cff252f58
This commit is contained in:
parent
a3fcdf1cdc
commit
bc9cae6ba1
|
|
@ -0,0 +1 @@
|
|||
3227029199618757411bbdf199af6fdaa9d25e01
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<Container type="ghost">
|
||||
<Markdown url="https://raw.githubusercontent.com/inorganik/countUp.js/master/README.md"></Markdown>
|
||||
<Container>
|
||||
<Markdown url="/static/markdownFiles/article/首页.md"></Markdown>
|
||||
</Container>
|
||||
</template>
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
export default `<p class="ql-align-center">
|
||||
export default `<p>
|
||||
<a href="https://github.com/FairyEver/d2admin-vue-element" target="_blank" class="ql-size-large" style="color: rgb(65, 184, 131);"><strong>D2 Admin</strong></a>
|
||||
<strong style="color: rgb(65, 184, 131);">
|
||||
</strong>
|
||||
<strong style="color: rgb(65, 184, 131);"></strong>
|
||||
by
|
||||
<a href="https://cn.vuejs.org/" target="_blank" class="ql-size-large" style="color: rgb(65, 184, 131);"><strong>vue.js</strong></a>
|
||||
</p>`
|
||||
|
|
@ -65,9 +65,9 @@ export const pluginMenu = {
|
|||
{
|
||||
title: '基本示例',
|
||||
icon: 'file-o',
|
||||
path: 'quill-editor/demo',
|
||||
name: 'demo-plugin-quill-editor-demo',
|
||||
component: resolve => { require(['@/pages/demo/plugins/quill-editor/demo.vue'], resolve) }
|
||||
path: 'quill/demo',
|
||||
name: 'demo-plugin-quill-demo',
|
||||
component: resolve => { require(['@/pages/demo/plugins/quill/demo.vue'], resolve) }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1 +1,34 @@
|
|||
# 首页
|
||||
# D2Admin vue
|
||||
|
||||
欢迎你,朋友
|
||||
|
||||
`D2Admin` 是一个后台管理系统模板
|
||||
|
||||
本模板包含
|
||||
|
||||
* 常用插件集成
|
||||
* 常用插件封装成 `vue` 组件
|
||||
* 演示业务页面(仅是提供一些实现演示)
|
||||
|
||||
请根据自己的需要删除不必要的文件和路由后使用
|
||||
|
||||
## 已经实现的功能/集成的插件
|
||||
|
||||
* `markdown` 文件加载和解析
|
||||
* `markdown` 编辑器
|
||||
* 富文本编辑器
|
||||
* 可拖拽的网格布局
|
||||
* 可拖拽调整大小的分栏布局
|
||||
* 表格文件数据解析
|
||||
* 数字渐变动画
|
||||
* 剪切板操作
|
||||
* `cookie` 操作库
|
||||
* 代码高亮显示
|
||||
* `HTML` 格式化输出显示
|
||||
* 模拟异步数据
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue