fix import type
This commit is contained in:
parent
c6aac15d24
commit
d064f0acc0
8 changed files with 12 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {i18n} from '@/i18n'
|
||||
|
||||
import ListModal from '@/modals/list'
|
||||
import type ListModal from '@/models/list'
|
||||
|
||||
export function getListTitle(l: ListModal) {
|
||||
if (l.id === -1) {
|
||||
|
|
|
|||
Reference in a new issue