File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const ExternalLinkIconComponent = defineComponent({
2929 </script >
3030
3131<template >
32- <el-link :href =" href" style =" text-decoration : none ;font-size : 1.2em ;" :underline =" false" >
32+ <el-link :href =" href" target = " _blank " style =" text-decoration : none ;font-size : 1.2em ;" :underline =" false" >
3333 <slot />
3434 <ExternalLinkIconComponent style =" margin-left : 0.25em ;" > </ExternalLinkIconComponent >
3535 </el-link >
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ const onNext = (index: number) => {
1111112 . ` text ` 为数组时才会进行滚动
112112
113113``` html
114- <wd-notice-bar prefix =" warn-bold" direction =" vertical" :text =" textArray" :speed = " 0.5 " : delay =" 3" custom-class =" space" />
115- <wd-notice-bar prefix =" warn-bold" direction =" vertical" text =" 只有一条消息不会滚动" :speed = " 0.5 " : delay =" 3" custom-class =" space" />
114+ <wd-notice-bar prefix =" warn-bold" direction =" vertical" :text =" textArray" :delay =" 3" custom-class =" space" />
115+ <wd-notice-bar prefix =" warn-bold" direction =" vertical" text =" 只有一条消息不会滚动" :delay =" 3" custom-class =" space" />
116116```
117117
118118## 重置播放动画 <el-tag text style =" vertical-align : middle ;margin-left :8px ;" effect =" plain " >1.3.13</el-tag >
You can’t perform that action at this time.
0 commit comments