fix zan prefix

This commit is contained in:
cookfront
2017-04-19 20:21:22 +08:00
parent d18bc97deb
commit 78624258de
6 changed files with 18 additions and 18 deletions

View File

@@ -11,7 +11,7 @@
* <van-button size="large" type="primary">按钮</van-button>
*/
import ZanLoading from 'packages/loading';
import VanLoading from 'packages/loading';
const ALLOWED_SIZE = ['mini', 'small', 'normal', 'large'];
const ALLOWED_TYPE = ['default', 'danger', 'primary'];
@@ -20,7 +20,7 @@ export default {
name: 'van-button',
components: {
'van-loading': ZanLoading
'van-loading': VanLoading
},
props: {