0
私はvueを使い始めました。私はこのプロパティをnullのプロパティを読み取ることができないという私のコンソールで解決しようとしています。私は小道具にデフォルト値を入れようとしましたが運はありません。私は:condition
内の値を取得することができますが、コンソールの内側には、nullのプロパティを読み取ることができません警告示しVue警告nullのプロパティを読み取れません
props: ['user']
インサイド見出しコンポーネント:
<header-tooltip :total="total" title="High Paying Cash Surveys" :user="user" :condition="user.hpcs" :currency="currency" placeholder="0"></header-tooltip>
は警告する:
[Vue warn]: Error when evaluating expression "user.hpcs": TypeError: Cannot read property 'hpcs' of null (found in component: <heading>)