diff --git a/README.md b/README.md
index 8224b494..e4a90294 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
## 感谢
-> 感谢 对于本人的支持。
+> 感谢 对于本人的支持。
## 预览地址
diff --git a/auto-imports.d.ts b/auto-imports.d.ts
index 58e06e8c..a0e4a019 100644
--- a/auto-imports.d.ts
+++ b/auto-imports.d.ts
@@ -50,6 +50,8 @@ declare global {
const nextTick: typeof import('vue')['nextTick']
const onActivated: typeof import('vue')['onActivated']
const onBeforeMount: typeof import('vue')['onBeforeMount']
+ const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
+ const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
@@ -81,6 +83,7 @@ declare global {
const refThrottled: typeof import('@vueuse/core')['refThrottled']
const refWithControl: typeof import('@vueuse/core')['refWithControl']
const resolveComponent: typeof import('vue')['resolveComponent']
+ const resolveDirective: typeof import('vue')['resolveDirective']
const resolveRef: typeof import('@vueuse/core')['resolveRef']
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
const setActivePinia: typeof import('pinia')['setActivePinia']
@@ -112,10 +115,12 @@ declare global {
const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
+ const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
const useArraySome: typeof import('@vueuse/core')['useArraySome']
+ const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
const useAttrs: typeof import('vue')['useAttrs']
@@ -127,6 +132,7 @@ declare global {
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
const useCached: typeof import('@vueuse/core')['useCached']
const useClipboard: typeof import('@vueuse/core')['useClipboard']
+ const useCloned: typeof import('@vueuse/core')['useCloned']
const useColorMode: typeof import('@vueuse/core')['useColorMode']
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
const useCounter: typeof import('@vueuse/core')['useCounter']
@@ -177,6 +183,7 @@ declare global {
const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
+ const useLink: typeof import('vue-router')['useLink']
const useLoadingBar: typeof import('naive-ui')['useLoadingBar']
const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
@@ -202,11 +209,14 @@ declare global {
const useParallax: typeof import('@vueuse/core')['useParallax']
const usePermission: typeof import('@vueuse/core')['usePermission']
const usePointer: typeof import('@vueuse/core')['usePointer']
+ const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
+ const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
+ const usePrevious: typeof import('@vueuse/core')['usePrevious']
const useRafFn: typeof import('@vueuse/core')['useRafFn']
const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
@@ -220,6 +230,7 @@ declare global {
const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
const useShare: typeof import('@vueuse/core')['useShare']
const useSlots: typeof import('vue')['useSlots']
+ const useSorted: typeof import('@vueuse/core')['useSorted']
const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
const useStepper: typeof import('@vueuse/core')['useStepper']
diff --git a/package.json b/package.json
index 2845845a..a526ffc4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ray-template",
- "private": true,
+ "private": false,
"version": "3.1.7",
"type": "module",
"scripts": {
@@ -82,5 +82,26 @@
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^3.4.0",
"vue-tsc": "^1.0.9"
- }
+ },
+ "description": "",
+ "main": "index.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io.git"
+ },
+ "keywords": [
+ "ray-template",
+ "vue3.2模板",
+ "vue3-tsx-vite-pinia",
+ "ray template",
+ "Ray Template",
+ "admin template",
+ "中后台模板"
+ ],
+ "author": "Ray",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io/issues"
+ },
+ "homepage": "https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io#readme"
}
diff --git a/src/components/RayLink/index.tsx b/src/components/RayLink/index.tsx
index 4bc02c89..67459166 100644
--- a/src/components/RayLink/index.tsx
+++ b/src/components/RayLink/index.tsx
@@ -69,7 +69,9 @@ const RayLink = defineComponent({
round
src={curr.icon}
style={['cursor: pointer']}
- onClick={this.handleLinkClick.bind(this, curr)}
+ {...{
+ onClick: this.handleLinkClick.bind(this, curr),
+ }}
objectFit="cover"
size={24}
/>
diff --git a/src/components/RayTable/src/components/TableSetting/index.tsx b/src/components/RayTable/src/components/TableSetting/index.tsx
index 5e72c9a7..1aeadbce 100644
--- a/src/components/RayTable/src/components/TableSetting/index.tsx
+++ b/src/components/RayTable/src/components/TableSetting/index.tsx
@@ -151,8 +151,10 @@ const TableSetting = defineComponent({
class={['ray-table__setting-option--draggable']}
v-model={this.settingOptions}
itemKey="key"
- disabled={!this.disableDraggable}
- onEnd={this.handleDraggableEnd.bind(this)}
+ {...{
+ disabled: !this.disableDraggable,
+ onEnd: this.handleDraggableEnd.bind(this),
+ }}
>
{{
item: ({
diff --git a/src/layout/components/MenuTag/index.tsx b/src/layout/components/MenuTag/index.tsx
index 7d3e8250..3c1e1ec3 100644
--- a/src/layout/components/MenuTag/index.tsx
+++ b/src/layout/components/MenuTag/index.tsx
@@ -386,7 +386,13 @@ const MenuTag = defineComponent({
customClassName="menu-tag__left-arrow"
onClick={this.handleScrollX.bind(this, 'left')}
/>
-
+