made withLoadMore work... sorta
This commit is contained in:
parent
26bfbdc2ad
commit
b3ed29ff02
5 changed files with 13 additions and 14 deletions
|
@ -17,7 +17,9 @@ import FaviconService from '../services/favicon_service/favicon_service.js'
|
|||
|
||||
// disable compat for certain features
|
||||
configureCompat({
|
||||
COMPONENT_V_MODEL: false
|
||||
COMPONENT_V_MODEL: false,
|
||||
INSTANCE_SET: false,
|
||||
RENDER_FUNCTION: false
|
||||
})
|
||||
|
||||
let staticInitialResults = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue