Skip to content

Create vbase-nuxt: Vue Single File Component with Nuxt Decorator #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

xinbenlv
Copy link

<template>
    <div>

    </div>
</template>

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

    @Component({
      components: {
      }
    })
    export default class FooPage extends Vue { 

    }
</script>

<style scoped>

</style>

```vue
<template>
    <div>

    </div>
</template>

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

    @component({
      components: {
      }
    })
    export default class FooPage extends Vue { 

    }
</script>

<style scoped>

</style>
```
@sdras
Copy link
Owner

sdras commented Aug 2, 2020

This is great! Can you please add documentation of it to the readme? Then I can merge and release

@sdras
Copy link
Owner

sdras commented Aug 12, 2020

This was already taken care of in another PR! Thanks so much for your efforts here.

@sdras sdras closed this Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants