Skip to content

Commit 9764342

Browse files
committed
remove unused event
1 parent ff1d117 commit 9764342

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

src/.vitepress/theme/components/NewsLetter.vue

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { VTLink } from '@vue/theme'
1616
action="https://www.getrevue.co/profile/vuenewsletter/add_subscriber"
1717
rel="noopener"
1818
target="_blank"
19-
@submit="subscribe"
2019
>
2120
<input
2221
class="input"
@@ -25,7 +24,7 @@ import { VTLink } from '@vue/theme'
2524
type="email"
2625
placeholder="Email address"
2726
required
28-
>
27+
/>
2928

3029
<div class="action">
3130
<input
@@ -34,13 +33,22 @@ import { VTLink } from '@vue/theme'
3433
name="member[subscribe]"
3534
type="submit"
3635
value="SUBSCRIBE"
37-
>
36+
/>
3837
</div>
3938
</form>
4039
</div>
4140

4241
<p class="help">
43-
You can read the previous issues and listen to our podcast at <VTLink class="link" href="https://news.vuejs.org/" no-icon>news.vuejs.org</VTLink>. You may also go social at <VTLink class="link" href="https://twitter.com/vuejs" no-icon>Twitter</VTLink>, or join our home at <VTLink class="link" href="https://chat.vuejs.org/" no-icon>Dicsord</VTLink>.
42+
You can read the previous issues and listen to our podcast at
43+
<VTLink class="link" href="https://news.vuejs.org/" no-icon
44+
>news.vuejs.org</VTLink
45+
>. You may also go social at
46+
<VTLink class="link" href="https://twitter.com/vuejs" no-icon
47+
>Twitter</VTLink
48+
>, or join our home at
49+
<VTLink class="link" href="https://chat.vuejs.org/" no-icon
50+
>Dicsord</VTLink
51+
>.
4452
</p>
4553
</div>
4654
</section>
@@ -143,7 +151,7 @@ import { VTLink } from '@vue/theme'
143151
.button {
144152
border-radius: 4px;
145153
padding: 0 12px;
146-
letter-spacing: .8px;
154+
letter-spacing: 0.8px;
147155
line-height: 36px;
148156
font-size: 13px;
149157
font-weight: 500;

test.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)