()
| 182 | } |
| 183 | |
| 184 | searchLib(){ |
| 185 | let query = this.$searchInput.value.toLowerCase() |
| 186 | this.loadLibraries('https://api.cdnjs.com/libraries?search='+query+'&fields=filename,description,github&limit=10'); |
| 187 | } |
| 188 | |
| 189 | async pkgDetails(libNme){ |
| 190 |
nothing calls this directly
no test coverage detected