(opts, vm)
| 244 | } |
| 245 | |
| 246 | export function update(opts, vm) { |
| 247 | updateOptions(opts); |
| 248 | updatePlaceholder(opts.placeholder, vm.route.path); |
| 249 | updateNoData(opts.noData, vm.route.path); |
| 250 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…