feat: add lang ts to script block

This commit is contained in:
Dominik Pschenitschni 2022-02-15 13:07:34 +01:00 committed by kolaente
parent 15b67136fe
commit a3329f1b42
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
89 changed files with 98 additions and 98 deletions

View file

@ -27,7 +27,7 @@
</popup>
</template>
<script>
<script lang="ts">
import Filters from '@/components/list/partials/filters'
import Popup from '@/components/misc/popup'

View file

@ -174,7 +174,7 @@
</card>
</template>
<script>
<script lang="ts">
import DatepickerWithRange from '@/components/date/datepickerWithRange'
import Fancycheckbox from '../../input/fancycheckbox'