forked from trent_larson/crowd-funder-for-time-pwa
Purge all vue-class-component with vue-facing-decorator.
Make some strike-throughs for project-task Update package.json
This commit is contained in:
@@ -119,15 +119,11 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { Options, Vue } from "vue-class-component";
|
||||
import { Component, Prop, Vue } from "vue-facing-decorator";
|
||||
|
||||
@Options({
|
||||
props: {
|
||||
msg: String,
|
||||
},
|
||||
})
|
||||
@Component
|
||||
export default class HelloWorld extends Vue {
|
||||
msg!: string;
|
||||
@Prop msg!: string;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user