More migration
parent
6e14dd59b5
commit
211846973e
|
@ -40,7 +40,7 @@ input[type=text] {
|
|||
</style>
|
||||
|
||||
<script lang="ts">
|
||||
import { Component, Mixins, Vue } from 'vue-property-decorator';
|
||||
import { Component, Mixins } from 'vue-property-decorator';
|
||||
import UserConfig from '../mixins/UserConfig'
|
||||
|
||||
@Component({
|
||||
|
|
|
@ -41,6 +41,8 @@ export interface IFolder extends IPhoto {
|
|||
path: string;
|
||||
/** FileInfos for preview images */
|
||||
previewFileInfos?: IFileInfo[];
|
||||
/** Name of folder */
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type IRow = {
|
||||
|
|
Loading…
Reference in New Issue