Skip to content

Instantly share code, notes, and snippets.

View BlackMix's full-sized avatar
🏠
Working from home

Mix BlackMix

🏠
Working from home
  • SysWeb
View GitHub Profile
<template>
<div>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item">
<img class="logo" src="../assets/logo.png" width="177" height="40">
</a>
<a role="button" class="navbar-burger burger" :class="{ 'is-active': showNavMobile }"
@click="showNavMobile = !showNavMobile" aria-label="menu" aria-expanded="false" data-target="navbar">
<span aria-hidden="true"></span>