vue2-client 1.8.94 → 1.8.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.8.43 -2024-3-12 @江超**
4
+ **1.8.94 - 1.8.95 -2024-3-12 @江超**
5
5
  - 兼容hideInMenu的写法
6
+ - 修改引用报错
6
7
 
7
8
  **1.8.93 -2024-3-12 @江超**
8
9
  - 数据检索平台调整啊啊啊啊
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.94",
3
+ "version": "1.8.95",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -48,7 +48,7 @@ import DataTabs from './DataTabs.vue'
48
48
  import { formatDate } from '@vue2-client/utils/util'
49
49
  import QuestionHistoryAndFavorites from './QuestionHistoryAndFavorites.vue'
50
50
  import { post } from '@vue2-client/services/api'
51
- import { indexedDB } from '@/utils/indexedDB'
51
+ import { indexedDB } from '@vue2-client/utils/indexedDB'
52
52
 
53
53
  export default {
54
54
  name: 'DynamicStatistics',