removed redundant shadow
This commit is contained in:
parent
1b4394f9a1
commit
26974c8536
2 changed files with 2 additions and 5 deletions
|
@ -17,11 +17,9 @@
|
|||
<%
|
||||
}
|
||||
%>
|
||||
:name="chrome.desiredPageTransition"
|
||||
>
|
||||
:name="chrome.desiredPageTransition">
|
||||
<template
|
||||
v-if="<%- env.appRoutes[i].condition %>"
|
||||
>
|
||||
v-if="<%- env.appRoutes[i].condition %>">
|
||||
<%- env.appRoutes[i].component %>
|
||||
</template>
|
||||
</transition>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue