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

@ -160,7 +160,7 @@
</div>
</template>
<script>
<script lang="ts">
import AsyncEditor from '@/components/input/AsyncEditor'
import {mapState} from 'vuex'
import { i18n } from '@/i18n'

View file

@ -25,7 +25,7 @@
</div>
</template>
<script>
<script lang="ts">
import TeamService from '../../services/team'
export default {

View file

@ -28,7 +28,7 @@
</create-edit>
</template>
<script>
<script lang="ts">
import TeamModel from '../../models/team'
import TeamService from '../../services/team'
import CreateEdit from '@/components/misc/create-edit.vue'