update 调整代码格式
This commit is contained in:
		| @ -7,13 +7,13 @@ const tagsViewStore = useTagsViewStore() | ||||
| </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> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 疯狂的狮子Li
					疯狂的狮子Li