We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7aab4 commit 2fcf1a5Copy full SHA for 2fcf1a5
template/index.html
@@ -17,8 +17,8 @@ <h1>\{{ greeting }}</h1>
17
</li>
18
<li>
19
For live help with simple questions, check out
20
- <a :href="gitterURL" target="_blank">
21
- the Gitter chat
+ <a :href="discordURL" target="_blank">
+ the Discord chat
22
</a>
23
24
@@ -36,7 +36,7 @@ <h1>\{{ greeting }}</h1>
36
data: {
37
greeting: 'Welcome to your Vue.js app!',
38
docsURL: 'http://vuejs.org/guide/',
39
- gitterURL: 'https://gitter.im/vuejs/vue',
+ discordURL: 'https://chat.vuejs.org',
40
forumURL: 'http://forum.vuejs.org/'
41
},
42
methods: {
0 commit comments