We know that the following way to create an instance is very good, you can enjoy life cycle management. And the instances created in an ViewModel are the same.
But if you want to create two instances on one page, how to create it?
fun Following(viewModel: FollowViewModel = viewModel()) {
}