Ionic ViewChild(Tabs)无法加载主页
Problem is the viewchild is not working as it is supposed to be, BUT when I remove the viewchild the page does work but I still need to type the page name so I need viewchild.
我的离子版本5.4.16
这是我的tabs.page.ts
import { Component, OnInit, ViewChild } from '@ang...