[F] Fix build
This commit is contained in:
+4
-2
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Vue, Component } from 'vue-facing-decorator';
|
import { Vue, Component, toNative } from 'vue-facing-decorator';
|
||||||
|
|
||||||
interface PhotoMetadata {
|
interface PhotoMetadata {
|
||||||
id: string
|
id: string
|
||||||
@@ -18,7 +18,7 @@ function detRandom(seed: string): number {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Component({})
|
@Component({})
|
||||||
export default class Photos extends Vue {
|
class Photos extends Vue {
|
||||||
photos: PhotoMetadata[]
|
photos: PhotoMetadata[]
|
||||||
photoRows: PhotoMetadata[][]
|
photoRows: PhotoMetadata[][]
|
||||||
|
|
||||||
@@ -76,6 +76,8 @@ export default class Photos extends Vue {
|
|||||||
photoEl.style.viewTransitionName = ''
|
photoEl.style.viewTransitionName = ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default toNative(Photos)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user