@AndroidEntryPoint class PlantListFragment : Fragment() { private val viewModel: PlantListViewModel by viewModels() // ... } 查了一下,才知道 ...
確定! 回上一頁