mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
fix dev
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user