Browse Source

Poppover(doc): Undeclared 'model'

qingwei.li 9 years ago
parent
commit
561f70142f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/docs/popover.md

+ 2 - 1
examples/docs/popover.md

@@ -76,7 +76,8 @@
           address: '上海市普陀区金沙江路 1518 弄'
         }],
         singleSelection: {},
-        multipleSelection: []
+        multipleSelection: [],
+        model: ''
       };
     },