mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
refactor
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div class="wrapper">
|
||||
<div class="icon-wrapper">
|
||||
<CheckSquareIcon v-if="icon === 'check-square'" class="icon text-theme dark-text-theme" size="21" />
|
||||
<image-icon v-if="icon === 'image'" class="icon text-theme dark-text-theme" size="21" />
|
||||
<video-icon v-if="icon === 'video'" class="icon text-theme dark-text-theme" size="21" />
|
||||
<folder-icon v-if="icon === 'folder'" class="icon text-theme dark-text-theme" size="21" />
|
||||
<file-icon v-if="icon === 'file'" class="icon text-theme dark-text-theme" size="21" />
|
||||
<CheckSquareIcon v-if="icon === 'check-square'" class="icon text-theme vue-feather" size="21" />
|
||||
<image-icon v-if="icon === 'image'" class="icon text-theme vue-feather" size="21" />
|
||||
<video-icon v-if="icon === 'video'" class="icon text-theme vue-feather" size="21" />
|
||||
<folder-icon v-if="icon === 'folder'" class="icon text-theme vue-feather" size="21" />
|
||||
<file-icon v-if="icon === 'file'" class="icon text-theme vue-feather" size="21" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<span class="title">{{ title }}</span>
|
||||
|
||||
Reference in New Issue
Block a user