Skip to content

Fixing some minor stuff #10

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

Merged
merged 1 commit into from
Mar 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
All notable changes to the "vue-unicorn-log" plugin will be documented in this file.

## v1.0.0
March 21, 2022
[main] Initial release (webdevnerdstuff)
March 26, 2022
[main] Initial release (WebDevNerdStuff)
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-113524767-4');</script><meta name="base" content="https://webdevnerdstuff.github.io/vue-unicorn-log/"><meta name="charset" content="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="vue, vue2, plugin, javascript, logging, log, console, devtools, unicorn, magical, webdevnerdstuff, wdns"><meta name="description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow"><meta name="rating" content="General"><meta name="theme-color" content="#21252a"><meta name="og:type" content="website"><meta name="og:title" content="Vue Unicorn Log"><meta name="og:image" content="https://webdevnerdstuff.github.io/vue-unicorn-log/images/vue-unicorn-log-social.jpg"><meta name="og:image:alt" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:image:width" content="1200"><meta name="og:image:height" content="630"><meta name="og:description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:site_name" content="Vue Unicorn Log"><meta name="og:locale" content="en_US"></head><body><noscript><strong>We're sorry but Vue Unicorn Log doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script><script defer="defer" src="vue-unicorn-log.js?4fa838528fc867e4adc5"></script></body></html>
gtag('config', 'UA-113524767-4');</script><meta name="base" content="https://webdevnerdstuff.github.io/vue-unicorn-log/"><meta name="charset" content="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="vue, vue2, plugin, javascript, logging, log, console, devtools, unicorn, magical, webdevnerdstuff, wdns"><meta name="description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow"><meta name="rating" content="General"><meta name="theme-color" content="#21252a"><meta name="og:type" content="website"><meta name="og:title" content="Vue Unicorn Log"><meta name="og:image" content="https://webdevnerdstuff.github.io/vue-unicorn-log/images/vue-unicorn-log-social.jpg"><meta name="og:image:alt" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:image:width" content="1200"><meta name="og:image:height" content="630"><meta name="og:description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:site_name" content="Vue Unicorn Log"><meta name="og:locale" content="en_US"></head><body><noscript><strong>We're sorry but Vue Unicorn Log doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script><script defer="defer" src="vue-unicorn-log.js?a343818c1119ade7b404"></script></body></html>
4 changes: 2 additions & 2 deletions docs/vue-unicorn-log.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions src/components/Nav.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark mb-5">
<div class="container">
<a class="navbar-brand" href="/">🦄 Vue UnicornLog</a>
<a class="navbar-brand" :href="links.docs">🦄 Vue UnicornLog</a>
<button
class="navbar-toggler"
type="button"
Expand All @@ -16,7 +16,9 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
<a class="nav-link active" aria-current="page" :href="links.docs">
Home
</a>
</li>
<li class="nav-item dropdown">
<a
Expand Down Expand Up @@ -149,8 +151,9 @@ export default {
name: 'Nav',
data: () => ({
links: {
docs: 'https://webdevnerdstuff.github.io/vue-unicorn-log/',
github: 'https://github.com/webdevnerdstuff/vue-unicorn-log',
npm: 'https://github.com/webdevnerdstuff/vue-unicorn-log',
npm: 'https://www.npmjs.com/package/vue-unicorn-log',
},
}),
};
Expand Down