GithubHelp home page GithubHelp logo

Comments (4)

maoberlehner avatar maoberlehner commented on May 16, 2024

Hi @driekus77 it would be great if you could provide a reduced test case to demonstrate the problem. Ideally on https://jsfiddle.net/

Thanks!

from vuex-map-fields.

driekus77 avatar driekus77 commented on May 16, 2024

Hi @maoberlehner ,

Took me some time to figure jsfiddle out: https://jsfiddle.net/y5w72x87/33/

If you switch in the computed part:

  computed: {
        ...mapTodoFields({
        todos: 'todos',
      }),

      ...mapTodoMultiRowFields(
        { mtodos: 'todos' }
      )
  },

mapTodoFields ==> todos and mapTodoMultiRowFields ==> mtodos 👍
mapTodoFields ==>ptodos and mapTodoMultiRowFields ==> todos 👎

Thanks for any help and/or feedback!

Kind regards,
Henry

from vuex-map-fields.

maoberlehner avatar maoberlehner commented on May 16, 2024

Hey @driekus77 thank you for creating the JSFiddle. Unfortunately I couldn't figure it out why it doesn't work with vue-tables-2. I tried to take a look into the vue-tables-2 source code to dig deeper, but, puhhh, vue-tables-2 is about 300 kb of JavaScript so...

But as far as I can see, vuex-map-fields does work fine in the JSFiddle – it's the combination with vue-tables-2 that doesn't work. I'd recommend you to open an issue in the vue-tables-2 project, maybe someone has an idea why it doesn't work with vuex-map-fields. All vuex-map-fields does, is to use getters and setters, it seems really odd to me that vue-tables-2 does something special which does not work with getters and setters – but as I said, maybe someone over there has an idea what could be the problem. Also, its way easier for them to look at my 3 kb of code to see if something in vuex-map-fields breaks the way vue-tables-2 works than it is for me to look into a 300 kb of code 😁

from vuex-map-fields.

driekus77 avatar driekus77 commented on May 16, 2024

Oke man thanks for looking into it!

from vuex-map-fields.

Related Issues (20)

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.