79330746

Date: 2025-01-05 12:59:58
Score: 1
Natty:
Report link

If you're using Vue2, you may not be able to access props directly through this[key]. Use this.$options.propsData[key] instead:

beforeCreate() {
    console.log('before create: ', this.$options.propsData.myProp)
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kiril Burlaka