mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
select 显示修复
This commit is contained in:
parent
706de21f2a
commit
cb67fa3bc1
@ -84,6 +84,6 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
],
|
||||
include: {}
|
||||
include: { loading: require('./packages/loading/README.md') }
|
||||
}
|
||||
}
|
@ -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
|
||||
});
|
||||
}
|
||||
}));
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user