Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data mode, only first size is valid #1

Open
cuimingda opened this issue Sep 1, 2018 · 0 comments
Open

data mode, only first size is valid #1

cuimingda opened this issue Sep 1, 2018 · 0 comments

Comments

@cuimingda
Copy link

template

<div class="card" v-for="product in products" :key="product.id">
  <img v-holder="holder">
  <!-- img v-holder="'img=100px200?auto=yes&random=yes&text=Full width'" -->
</div>

data config

holder: {
    img: '100px200',
    auto: 'yes'
    // theme: 'github',
    // random: 'yes',
    // textmode: 'exact'
},

first holder is 277200, and it's right. but the other holders are all 300300, only size is wrong, other config, like theme, random, textmode is all OK.

expect all sizes is 277*200 in this example.

btw, if change string mode, all is OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant