mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 11:40:53 +08:00
fix: Fixed issue with build frontend failed (#10193)
This commit is contained in:
parent
cee0604efc
commit
dcb004e983
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ import i18n from '@/lang';
|
|||
import { MsgSuccess } from '@/utils/message';
|
||||
import { routerToName } from '@/utils/router';
|
||||
import { ref } from 'vue';
|
||||
import ErrPrompt from './error-prompt/index.vue';
|
||||
import ErrPrompt from '@/components/error-prompt/index.vue';
|
||||
|
||||
interface CheckRrops {
|
||||
items: App.AppInstallResource[];
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ import { MsgSuccess } from '@/utils/message';
|
|||
import { ref } from 'vue';
|
||||
import { DeleteRuntime } from '@/api/modules/runtime';
|
||||
import { routerToName } from '@/utils/router';
|
||||
import ErrPrompt from './error-prompt/index.vue';
|
||||
import ErrPrompt from '@/components/error-prompt/index.vue';
|
||||
|
||||
interface CheckRrops {
|
||||
items: App.AppInstallResource[];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue