feat: add lang ts to script block
This commit is contained in:

committed by
kolaente

parent
15b67136fe
commit
a3329f1b42
@ -27,7 +27,7 @@
|
||||
</popup>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import Filters from '@/components/list/partials/filters'
|
||||
import Popup from '@/components/misc/popup'
|
||||
|
||||
|
@ -174,7 +174,7 @@
|
||||
</card>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import DatepickerWithRange from '@/components/date/datepickerWithRange'
|
||||
import Fancycheckbox from '../../input/fancycheckbox'
|
||||
|
||||
|
Reference in New Issue
Block a user