This commit is contained in:
niunai
2017-02-27 20:23:53 +08:00
parent 1ce906d7bb
commit 5c085f2fb7
13 changed files with 22 additions and 19021 deletions

View File

@@ -37,9 +37,9 @@ const install = function(Vue) {
// auto install
if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue);
};
}
module.exports = {
export default {
install,
version: '0.0.1',
Button,