v1.1.0.Beta-2

This commit is contained in:
maplemei
2019-11-20 18:47:49 +08:00
parent 1e9d58f0e6
commit ef56e82800
10 changed files with 99 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ const router = new VueRouter({
router.beforeEach((to, from, next) => {
if (to.path) {
_hmt.push(['_trackPageview', '/#' + to.fullPath]);
_hmt.push(['_trackPageview', '/xm-select/#' + to.fullPath]);
}
next();
});

View File

@@ -83,7 +83,7 @@ var demo1 = xmSelect.render({
data(){
return [
{name: '销售员', value: -1, disabled: true, children: [
{name: '张三1', value: 1, selected: true},
{name: '张三1', value: 1, selected: true, children: []},
{name: '李四1', value: 2, selected: true},
{name: '王五1', value: 3, disabled: true},
]},