Browse Source

fix(datepicker): 依赖组件修复

richard1015 4 years ago
parent
commit
1a56dd9591
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/datepicker/index.vue

+ 1 - 1
src/packages/__VUE/datepicker/index.vue

@@ -31,7 +31,7 @@ const zhCNType = {
 };
 export default create({
   components: {
-    [picker.name]: [picker]
+    [picker.name]: picker
   },
   props: {
     modelValue: null,