mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 23:37:43 +00:00
fix type check
This commit is contained in:
parent
50801e4825
commit
b1b1fb3cea
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { aliases } from 'vuetify/iconsets/mdi'
|
|||
|
||||
// build the safelist from the vuetify icon aliases
|
||||
const vuetifyIcons = Object.keys(aliases).map(
|
||||
(key) => `i-mdi:${aliases[key].toString().substring(4)}`,
|
||||
(key) => `i-mdi:${aliases[key]!.toString().substring(4)}`,
|
||||
)
|
||||
|
||||
export default defineConfig({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue