Remove setting

This commit is contained in:
Christian Cueni 2022-04-19 14:34:48 +02:00
parent 513b66ff31
commit 65b6984f72
2 changed files with 7 additions and 18 deletions

View File

@ -8,20 +8,10 @@ import SupportIcon from './icons/IconSupport.vue'
</script>
<template>
<WelcomeItem>
<template #icon>
<CommunityIcon />
</template>
<template #heading>Community</template>
Got stuck? Ask your question on
<a target="_blank" href="https://chat.vuejs.org">Vue Land</a>, our official Discord server, or
<a target="_blank" href="https://stackoverflow.com/questions/tagged/vue.js">StackOverflow</a>.
You should also subscribe to
<a target="_blank" href="https://news.vuejs.org">our mailing list</a> and follow the official
<a target="_blank" href="https://twitter.com/vuejs">@vuejs</a>
twitter account for latest news in the Vue world.
</WelcomeItem>
<router-link class="border-2 rounded" to="/login">Login</router-link>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
<WelcomeItem>
<template #icon>

View File

@ -1,9 +1,8 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
module.exports = {
prefix: 'vbv-',
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
content: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}',
],
theme: {
colors: {