Angular accessing data sub key issue changing key

前端 未结 0 725
离开以前
离开以前 2021-02-10 01:23

I have some data:

data = [
    {
      title: \'My Title\',
      settings: {
        hasfooter: false
      }
    }
  ];

I have this function:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题