Skip to content

Initial release

Choose a tag to compare

@phillipskevin phillipskevin released this 17 Jul 13:42
· 100 commits to master since this release
class Faves extends mixinObject() {
  static props = {
    color: {
      default: "blue"
    }
  };
}

#114