FIX: computed is part of @ember/object not @ember/object/computed

This commit is contained in:
Robin Ward
2019-11-13 11:57:42 -05:00
parent e98d94f17f
commit f518065654
15 changed files with 22 additions and 39 deletions

View File

@@ -1,6 +1,7 @@
import { default as computed, or, alias } from "@ember/object/computed";
import { or, alias } from "@ember/object/computed";
import Component from "@ember/component";
import discourseComputed from "discourse-common/utils/decorators";
import { computed } from "@ember/object";
export default Component.extend({
attributeBindings: [