File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11{
22 plugins: {
3- "@tailwindcss/postcss": {
4- optimize: { minify: false },
5- },
3+ "@tailwindcss/postcss": {}
64 },
75}
Original file line number Diff line number Diff line change 1+ @import 'tailwindcss' ;
Original file line number Diff line number Diff line change 1818 < script src ="https://polyfill.web-cell.dev/feature/ElementInternals.js "> </ script >
1919
2020 < link href ="https://unpkg.com/mdui@2/mdui.css " rel ="stylesheet " />
21- < link type ="text/css " href ="./index.css " rel ="stylesheet " />
2221
2322 < link
2423 href ="https://fonts.googleapis.com/icon?family=Material+Icons "
3231 href ="https://fonts.googleapis.com/icon?family=Material+Icons+Round "
3332 rel ="stylesheet "
3433 />
35-
34+ < link rel =" stylesheet " src =" ./index.css " />
3635 < script type ="module " src ="index.tsx "> </ script >
3736 </ head >
3837
Original file line number Diff line number Diff line change @@ -23,9 +23,7 @@ export class CompanyList
2323 @observable
2424 accessor type : WorkType = '996' ;
2525
26- @reaction ( function ( this : CompanyList ) {
27- return this . type ;
28- } )
26+ @reaction ( ( { type } : CompanyList ) => type )
2927 mountedCallback ( ) {
3028 companyStore . getList ( this . type ) ;
3129 }
You can’t perform that action at this time.
0 commit comments