- Notifications
You must be signed in to change notification settings - Fork433
Open
Description
code example:
<template> <span>{{ test }}-{{ local }}</span></template><script>import { Component, Prop, Vue } from 'vue-property-decorator';@Componentexport default class HelloWorld extends Vue { @Prop({default: ()=>({aaa: 456})}) msg; local = JSON.parse(JSON.stringify(this.msg)); get test() { return this.msg.aaa; }}</script>
this code is works in lower version. recent days,i want to upgrade my dependencies, but get problems with this code.
Metadata
Metadata
Assignees
Labels
No labels