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> </script>
<template> <template>
<WelcomeItem> <router-link class="border-2 rounded" to="/login">Login</router-link>
<template #icon> <h1 class="text-3xl font-bold underline">
<CommunityIcon /> Hello world!
</template> </h1>
<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>
<WelcomeItem> <WelcomeItem>
<template #icon> <template #icon>

View File

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