kzima / vuestrap-base-components

Web components that extend Bootstrap 4 - http://kzima.github.io/vuestrap-base-components/#/accordion
MIT License
253 stars 42 forks source link

Path mistake in README #11

Closed wuyuanyi135 closed 8 years ago

wuyuanyi135 commented 8 years ago
<link href="bower_components/vuestrap-base/vuestrapBase.min.css" rel='stylesheet' type='text/css'>
<script src="bower_components/vuestrap-base/vuestrapBase.min.js"></script>

Looks this path no longer works since these two files are now in /dist. Should it be

<link href="bower_components/vuestrap-base/dist/vuestrapBase.min.css" rel='stylesheet' type='text/css'>
<script src="bower_components/vuestrap-base/dist/vuestrapBase.min.js"></script>