Closed xinbenlv closed 4 years ago
<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>
This is great! Can you please add documentation of it to the readme? Then I can merge and release
This was already taken care of in another PR! Thanks so much for your efforts here.