Make the Plugin adapter extend Watchable

This commit is contained in:
Michael Lange
2020-05-14 14:37:07 -07:00
parent 278b8499c6
commit 3fcd5edd41

View File

@@ -0,0 +1,7 @@
import Watchable from './watchable';
export default Watchable.extend({
queryParamsToAttrs: {
type: 'type',
},
});