We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f53ce9 commit ecfaa79Copy full SHA for ecfaa79
package.json
@@ -2,7 +2,7 @@
2
"name": "vue3-varlet-mobile",
3
"type": "module",
4
"version": "1.0.0",
5
- "packageManager": "pnpm@9.1.0",
+ "packageManager": "pnpm@9.1.1",
6
"description": "Vue + Vite H5 Starter Template",
7
"license": "MIT",
8
"scripts": {
src/utils/request.ts
@@ -1,5 +1,6 @@
1
import type { AxiosError, InternalAxiosRequestConfig } from 'axios'
import axios from 'axios'
+import { Snackbar } from '@varlet/ui'
import { localStorage } from '@/utils/local-storage'
import { STORAGE_TOKEN_KEY } from '@/stores/mutation-type'
0 commit comments