Appearance
vue-mvvm / core / useUserControl
function useUserControl<T>(cls): T;
Binds a UserControl to the current View
T extends UserControl
T
UserControl
UserControlConstructor<T>
UserControlConstructor
The ViewModel that should be instantiated
A instance of the given ViewModel class