mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-27 02:41:34 +08:00
Frontend: #4556 change packages to vue 3 and connected one (not all), fix errors in console,change attrs in some components (dark, text-xs-right and etc). The problem with icons.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="p-page p-page-files">
|
||||
<v-form ref="form" class="p-files-search" lazy-validation @submit.prevent="updateQuery">
|
||||
<v-toolbar flat color="secondary" :dense="$vuetify.breakpoint.smAndDown">
|
||||
<v-toolbar flat color="secondary" :dense="$vuetify.display.smAndDown">
|
||||
<v-toolbar-title>
|
||||
<router-link to="/index/files">
|
||||
<translate key="Originals">Originals</translate>
|
||||
|
||||
Reference in New Issue
Block a user