fix header in 404 page
This commit is contained in:
@@ -42,7 +42,7 @@ export default {
|
|||||||
IconMember
|
IconMember
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$route.name === 'Login' ? this.showMember = false : this.showMember = true;
|
this.$route.name === 'Login' || this.$route.name === 'NotFound404' ? this.showMember = false : this.showMember = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
|
||||||
module.exports = {
|
|
||||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx,vue}"],
|
|
||||||
theme: {
|
|
||||||
extend: {},
|
|
||||||
},
|
|
||||||
plugins: [],
|
|
||||||
};
|
|
||||||
@@ -25,8 +25,5 @@ module.exports = {
|
|||||||
'3xl': ['30px', 1],
|
'3xl': ['30px', 1],
|
||||||
'4xl': ['36px', 1],
|
'4xl': ['36px', 1],
|
||||||
},
|
},
|
||||||
extend: {
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
plugins: [],
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user