docs: 更新项目中的部分外链
This commit is contained in:
parent
4a0452d38e
commit
f2eba50938
@ -1,5 +1,5 @@
|
|||||||
# 修改配置后重启编辑器
|
# 修改配置后重启编辑器
|
||||||
# 配置项文档:https://editorconfig.org/
|
# 配置项文档:https://editorconfig.org
|
||||||
|
|
||||||
# 告知 EditorConfig 插件,当前即是根文件
|
# 告知 EditorConfig 插件,当前即是根文件
|
||||||
root = true
|
root = true
|
||||||
|
@ -17,8 +17,7 @@ ElNotification({
|
|||||||
title: "Hello",
|
title: "Hello",
|
||||||
type: "success",
|
type: "success",
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
message:
|
message: "<a style='color: teal' target='_blank' href='https://github.com/un-pany/v3-admin-vite'>小项目获取 star 不易,如果你喜欢这个项目的话,欢迎点击这里支持一个 star !这是作者持续维护的唯一动力(小声:毕竟是免费的)</a>",
|
||||||
"<a style='color: teal' target='_blank' href='https://github.com/un-pany/v3-admin-vite'>小项目获取 star 不易,如果你喜欢这个项目的话,欢迎点击这里支持一个 star !这是作者持续维护的唯一动力(小声:毕竟是免费的)</a>",
|
|
||||||
duration: 0,
|
duration: 0,
|
||||||
position: "bottom-right"
|
position: "bottom-right"
|
||||||
})
|
})
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
import type { App } from "vue"
|
import type { App } from "vue"
|
||||||
// https://vxetable.cn/#/table/start/install
|
import VXETable from "vxe-table" // https://vxetable.cn/#/start/install
|
||||||
import VXETable from "vxe-table"
|
import VXETablePluginElement from "vxe-table-plugin-element" // https://github.com/x-extends/vxe-table-plugin-element
|
||||||
// https://github.com/x-extends/vxe-table-plugin-element
|
|
||||||
import VXETablePluginElement from "vxe-table-plugin-element"
|
|
||||||
|
|
||||||
VXETable.use(VXETablePluginElement)
|
VXETable.use(VXETablePluginElement)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// See https://cn.vuejs.org/guide/built-ins/transition.html for detail
|
// https://cn.vuejs.org/guide/built-ins/transition
|
||||||
|
|
||||||
// fade-transform
|
// fade-transform
|
||||||
.fade-transform-leave-active,
|
.fade-transform-leave-active,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// https://cn.vuejs.org/guide/typescript/overview.html#configuring-tsconfig-json
|
// https://cn.vuejs.org/guide/typescript/overview#configuring-tsconfig-json
|
||||||
// https://cn.vitejs.dev/guide/features.html#typescript-compiler-options
|
// https://cn.vite.dev/guide/features#typescript-compiler-options
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user