TS2339: Property 'insert' does not exist on type '{}'.
TS2339: Property 'singleton' does not exist on type '{}'.
TS2339: Property 'i' does not exist on type 'any[]'.
運行后,會有這個報錯
TS2339: Property 'singleton' does not exist on type '{}'.
TS2339: Property 'i' does not exist on type 'any[]'.
運行后,會有這個報錯
2020-07-17
10:45老師說的ts中引入css的兩種方式,一種node 的commonjs方式,一種es6 的css module方式,真是精彩,如果事先不知道老師講得這個知識點,不知道要踩多少坑
2020-07-06