Giter Site home page Giter Site logo

guyskk / hami-vuex Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 1.0 351 KB

🍈 Hami melon flavored Vuex, modular by design, completely TypeScript intelligence, state management for Vue.js.

License: MIT License

JavaScript 97.37% Shell 2.63%
state-management vue vuex

hami-vuex's People

Contributors

guyskk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

chunleixue

hami-vuex's Issues

getter 的返回值推断有问题

export const counterStore = hamiVuex.store({
  // 设置一个唯一名称,方便调试程序和显示错误信息
  $name: "counter",

  // 定义状态
  $state() {
    return { 
      test: {
        a: 1,
      },
    };
  },
  // ↓↓↓  这里 testA 的返回值推断是 any 而不是 number
  get testA() {
    // 这里 this.test.a 的类型能正常推断为 number
    return this.test.a;
  },
});

如上面代码所示,getter 的返回值不能正常自动推断,需要手动指定返回值的类型。

查找到一个相关issue microsoft/TypeScript#49511 ,不知道能不能解决问题。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.