0👍
When using SFC with Typescript you should extend
:
<script lang="ts">
import Axios from 'axios';
import Vue from 'vue';
export default Vue.extend({
...
})
</script>
- [Vuejs]-Changing row font color of rows with vuejs and veuntify
- [Vuejs]-Problems to import json with VueJs
Source:stackexchange.com