Skip to content

Initial Release

Choose a tag to compare

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

#20