Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

docs: 更新项目中的部分外链

This commit is contained in:
pany 2024-11-20 15:40:24 +08:00
parent 4a0452d38e
commit f2eba50938
5 changed files with 7 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# 修改配置后重启编辑器
# 配置项文档https://editorconfig.org/
# 配置项文档https://editorconfig.org
# 告知 EditorConfig 插件,当前即是根文件
root = true

View File

@ -17,8 +17,7 @@ ElNotification({
title: "Hello",
type: "success",
dangerouslyUseHTMLString: true,
message:
"<a style='color: teal' target='_blank' href='https://github.com/un-pany/v3-admin-vite'>小项目获取 star 不易,如果你喜欢这个项目的话,欢迎点击这里支持一个 star !这是作者持续维护的唯一动力(小声:毕竟是免费的)</a>",
message: "<a style='color: teal' target='_blank' href='https://github.com/un-pany/v3-admin-vite'>小项目获取 star 不易,如果你喜欢这个项目的话,欢迎点击这里支持一个 star !这是作者持续维护的唯一动力(小声:毕竟是免费的)</a>",
duration: 0,
position: "bottom-right"
})

View File

@ -1,8 +1,6 @@
import type { App } from "vue"
// https://vxetable.cn/#/table/start/install
import VXETable from "vxe-table"
// https://github.com/x-extends/vxe-table-plugin-element
import VXETablePluginElement from "vxe-table-plugin-element"
import VXETable from "vxe-table" // https://vxetable.cn/#/start/install
import VXETablePluginElement from "vxe-table-plugin-element" // https://github.com/x-extends/vxe-table-plugin-element
VXETable.use(VXETablePluginElement)

View File

@ -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-leave-active,

View File

@ -1,5 +1,5 @@
// https://cn.vuejs.org/guide/typescript/overview.html#configuring-tsconfig-json
// https://cn.vitejs.dev/guide/features.html#typescript-compiler-options
// https://cn.vuejs.org/guide/typescript/overview#configuring-tsconfig-json
// https://cn.vite.dev/guide/features#typescript-compiler-options
{
"compilerOptions": {
"target": "esnext",