소스 검색

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

pull/70/head
Tyler Chen 4 년 전
부모
커밋
a796f57b1f
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 -->


불러오는 중...
취소
저장