wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 132 forks source link

vue2 dropdown many errors #53

Open alexey2baranov opened 7 years ago

alexey2baranov commented 7 years ago
            <dropdown text="Action" type="primary">
              <li><a href="#dropdown">Action</a></li>
              <li role="separator" class="divider"></li>
              <li><a href="#dropdown">Separated link</a></li>
            </dropdown>

[Vue warn]: v-else used on element

    without corresponding v-if. vue.common.js:521 [Vue warn]: class="btn btn-{{type}} dropdown-toggle": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of
    , use
    . vue.common.js:521 [Vue warn]: Failed to resolve directive: el (found in anonymous component - use the "name" option for better debugging messages.)   ​

wffranco commented 7 years ago

sorry for being late. maybe you're using a older version? sounds like a bug that was fixed a lot of time ago, and in the last change looks fine... no more changes since 3 months ago.

alexey2baranov commented 7 years ago

I migrated to muse-ui so I do not know actual state of this error. But I used the latest version of vuestrap when open issue.

Anyway I will agree if you desire this issue