Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Footer and SideBar component #15

Merged
merged 6 commits into from
Oct 25, 2021
Merged

add Footer and SideBar component #15

merged 6 commits into from
Oct 25, 2021

Conversation

thuongtruong1009
Copy link
Owner

No description provided.

@thuongtruong1009 thuongtruong1009 added enhancement New feature or request good first issue Good for newcomers labels Oct 25, 2021
};
</script>

<style scoped>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can add any lang style. In this project, I using CSS for the main style and the scoped key will limit its performance in only current component

@@ -0,0 +1,27 @@
<template>
<section>
<a :href="this.author"><img src="../assets/logo.png" /></a>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image at right-top

@thuongtruong1009 thuongtruong1009 merged commit 8164a04 into main Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant