Browse Source
mention official discord chat instead of gitter.
master
Thorsten Lünborg
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
template/index.html
|
|
@ -17,8 +17,8 @@ |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
For live help with simple questions, check out |
|
|
|
<a :href="gitterURL" target="_blank"> |
|
|
|
the Gitter chat |
|
|
|
<a :href="discordURL" target="_blank"> |
|
|
|
the Discord chat |
|
|
|
</a> |
|
|
|
</li> |
|
|
|
<li> |
|
|
@ -36,7 +36,7 @@ |
|
|
|
data: { |
|
|
|
greeting: 'Welcome to your Vue.js app!', |
|
|
|
docsURL: 'http://vuejs.org/guide/', |
|
|
|
gitterURL: 'https://gitter.im/vuejs/vue', |
|
|
|
discordURL: 'https://chat.vuejs.org', |
|
|
|
forumURL: 'http://forum.vuejs.org/' |
|
|
|
}, |
|
|
|
methods: { |
|
|
|