Closed wuyuanyi135 closed 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
/dist
<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>
Looks this path no longer works since these two files are now in
/dist
. Should it be