replaced ti-file*
and some simplification
This commit is contained in:
@@ -142,7 +142,7 @@ const headerTabs = computed(() => [{
|
||||
|
||||
definePageMetadata(() => ({
|
||||
title: file.value ? `${i18n.ts.file}: ${file.value.name}` : i18n.ts.file,
|
||||
icon: 'ph-file ph-bold ph-lg',
|
||||
icon: 'ti ti-file',
|
||||
}));
|
||||
</script>
|
||||
|
||||
|
||||
@@ -50,6 +50,6 @@ const headerTabs = computed(() => [{
|
||||
|
||||
definePageMetadata(() => ({
|
||||
title: i18n.ts._fileViewer.title,
|
||||
icon: 'ph-file-text ph-bold ph-lg',
|
||||
icon: 'ti ti-file',
|
||||
}));
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user