mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-04 13:34:45 +00:00
Fix invalid button after refactor
This commit is contained in:
parent
7b56eddb15
commit
b9c588dae9
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
|||
};
|
||||
|
||||
if (componentOptions && componentOptions.tag === 'router-link') {
|
||||
createCompatibleRouterLink();
|
||||
return createCompatibleRouterLink();
|
||||
}
|
||||
|
||||
prepareExpandList();
|
||||
|
|
|
|||
Loading…
Reference in a new issue