Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

how to compile typescript component ? #76

Open
linusok opened this issue Aug 9, 2019 · 0 comments
Open

how to compile typescript component ? #76

linusok opened this issue Aug 9, 2019 · 0 comments

Comments

@linusok
Copy link

linusok commented Aug 9, 2019

<template>
  <div class="about2">
    about2
  </div>
</template>

<script lang="ts">
import { Component, Vue } from 'vue-property-decorator';

@Component({
  components: {
  },
})
export default class About2 extends Vue {}
</script>

loading error:
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant