Vue learning diary 38

1.TypeScript union type Resolution: the union type can set variables to multiple types through the pipeline (|), and the value can be assigned according to the set type. 2.TypeScript basic type Resolution: [1]Any type any: Declare as any A variable can be assigned any type of value [2]Number type number: Double precision 64 bit floating point ...

Posted by CBI Web on Mon, 14 Feb 2022 12:10:35 +0100

Vue learning diary 36

1.p:last-child Resolution: [1] The: last child selector is used to match the last child element in the parent element [2] P: last child is equivalent to P: nth last child (1) 2. Hidden classes based on breakpoints Parsing: import 'element UI / lib / theme talk / display css’; [1] Hidden xs only: hidden when viewport is at xs size [2] Hid ...

Posted by minou on Fri, 11 Feb 2022 06:48:51 +0100