vuejs / Discussion

Vue.js discussion
167 stars 17 forks source link

v-repeat returns {{ mustache }} #283

Open ThomasRalee opened 9 years ago

ThomasRalee commented 9 years ago

Hi guys,

Does anyone have similar issues? The v-repeat is returning the mustache values...

Here is my codes which works fine on plunker.. http://plnkr.co/edit/R152f1tZTKeA3uC8ArRN?p=preview

But on my site its returning this... screen shot 2015-07-17 at 3 18 55 am

I am trying to use v-repeat with bootstrap selectpicker.

Thanks in advance!

Cheers

young-steveo commented 9 years ago

@ThomasRalee Your plunker link does not contain a v-repeat

ThomasRalee commented 9 years ago

hi @young-steveo

Sorry i didnt save last night. Here is the updated version. http://plnkr.co/edit/R152f1tZTKeA3uC8ArRN?p=preview Thanks for helping me.