このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
bubblev
/
bubble-web
ウォッチ
8
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Merge branch 'master' into fix/missing-functionalities
pull/69/head
jonathan
4年前
親
df60fbd5a8
970398336c
コミット
7b00434d7a
3個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
src/_components/layout/Footer.vue
+1
-0
src/_components/layout/Notification.vue
+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 -->
書き込み
プレビュー
読み込み中…
キャンセル
保存