feat: add lang ts to script block
This commit is contained in:
parent
15b67136fe
commit
a3329f1b42
89 changed files with 98 additions and 98 deletions
|
|
@ -156,7 +156,7 @@
|
|||
</aside>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import {mapState} from 'vuex'
|
||||
import draggable from 'vuedraggable'
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'update',
|
||||
data() {
|
||||
|
|
|
|||
Reference in a new issue