Add editor config and some minor changes

This commit is contained in:
Niels Kooiman
2019-08-14 09:11:25 +02:00
parent 145f191fa5
commit 6f70ba29c9
3 changed files with 15 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
</template>
<script lang="ts">
import { Component, Prop, Vue } from 'vue-property-decorator';
import { Component, Prop, Vue } from "vue-property-decorator";
@Component
export default class HelloWorld extends Vue {