ソースを参照

Merge branch 'master' into fix/missing-functionalities

pull/69/head
jonathan 4年前
コミット
7b00434d7a
3個のファイルの変更3行の追加0行の削除
  1. +1
    -0
      src/_components/layout/Footer.vue
  2. +1
    -0
      src/_components/layout/Notification.vue
  3. +1
    -0
      src/_components/layout/Sidebar.vue

+ 1
- 0
src/_components/layout/Footer.vue ファイルの表示

@@ -1,3 +1,4 @@
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ -->
<template>
<footer class="footer">
<p class="text-white text-center">


+ 1
- 0
src/_components/layout/Notification.vue ファイルの表示

@@ -1,3 +1,4 @@
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ -->
<template>
<div class="notification">
<i class="fa fa-bell"></i>


+ 1
- 0
src/_components/layout/Sidebar.vue ファイルの表示

@@ -1,3 +1,4 @@
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ -->
<template>
<aside class="sidebar">
<!-- Logo -->


読み込み中…
キャンセル
保存