我有2个导入指令import directives使用prefix.DatePicker use directive,但是当我运行时,它仍然通知错误,请帮助我notify error
nkoocmlb1#
在您提供的image中,错误指定为this.theme = theme ?? DatePickerTheme(),你只是没有在那一行使用前缀。它可能被无意中忽略了,因为该行不在源代码的映像中。
this.theme = theme ?? DatePickerTheme(),
1条答案
按热度按时间nkoocmlb1#
在您提供的image中,错误指定为
this.theme = theme ?? DatePickerTheme(),
你只是没有在那一行使用前缀。它可能被无意中忽略了,因为该行不在源代码的映像中。