Haixing-Hu / vue-datetime-picker

A Vue.js component implementing the datetime picker control using the Eonasdan's bootstrap datetime picker plugin.
http://haixing-hu.github.io/vue-datetime-picker/
MIT License
341 stars 77 forks source link

converted the main path from array to string. #3

Closed ricomonster closed 8 years ago

ricomonster commented 8 years ago

i tried to use this package and bundled it using browserify but it returns this error:

path.js:7
    throw new TypeError('Path must be a string. Received ' + inspect(path));
    ^

TypeError: Path must be a string. Received [ 'src/vue-datetime-picker.js' ]
coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 41a8a12819ecf2ce3646d88031862acd0b453779 on ricomonster:master into 82c72cf8bcbbcebcf54e5a06b8b59237c1c8c0ee on Haixing-Hu:master.

Haixing-Hu commented 8 years ago

fixed