select 显示修复

This commit is contained in:
pangxie1991 2018-04-21 10:30:26 +08:00
parent 706de21f2a
commit cb67fa3bc1
2 changed files with 3 additions and 3 deletions

View File

@ -84,6 +84,6 @@ module.exports = {
}
}
],
include: {}
include: { loading: require('./packages/loading/README.md') }
}
}

View File

@ -1,6 +1,6 @@
var Zan = require('../../dist/index');
Page(Object.assign({}, Zan.Select, Zan.TopTips, {
Page({
data: {
items: [
@ -33,4 +33,4 @@ Page(Object.assign({}, Zan.Select, Zan.TopTips, {
[`checked.${type}`]: value
});
}
}));
});