| | |
| | | </script> |
| | | |
| | | <template> |
| | | <transition-group name="fade-transform" mode="out-in"> |
| | | <inner-link |
| | | v-for="(item, index) in tagsViewStore.iframeViews" |
| | | :key="item.path" |
| | | :iframeId="'iframe' + index" |
| | | v-show="route.path === item.path" |
| | | :src="item.meta ? item.meta.link : ''" |
| | | ></inner-link> |
| | | </transition-group> |
| | | <transition-group name="fade-transform" mode="out-in"> |
| | | <inner-link |
| | | v-for="(item, index) in tagsViewStore.iframeViews" |
| | | :key="item.path" |
| | | :iframeId="'iframe' + index" |
| | | v-show="route.path === item.path" |
| | | :src="item.meta ? item.meta.link : ''" |
| | | ></inner-link> |
| | | </transition-group> |
| | | </template> |