Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
d3c1d77a
"vscode:/vscode.git/clone" did not exist on "e1c9016d90e561a4e72fb1fe0fa34c2768586d26"
Commit
d3c1d77a
authored
Feb 03, 2026
by
liuxiongfeng
Browse files
fix(frontend): import missing formatTime function in AccountStatusIndicator
parent
8824400c
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/account/AccountStatusIndicator.vue
View file @
d3c1d77a
...
...
@@ -122,7 +122,7 @@
import
{
computed
}
from
'
vue
'
import
{
useI18n
}
from
'
vue-i18n
'
import
type
{
Account
}
from
'
@/types
'
import
{
formatCountdownWithSuffix
}
from
'
@/utils/format
'
import
{
formatCountdownWithSuffix
,
formatTime
}
from
'
@/utils/format
'
const
{
t
}
=
useI18n
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment