Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
bubblev
/
bubble-web
Segui
8
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities
pull/70/head
Tyler Chen
4 anni fa
parent
c6cfaf483f
23c7b2a3e4
commit
a796f57b1f
3 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file 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
Vedi File
@@ -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
Vedi File
@@ -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
Vedi File
@@ -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 -->
Scrivi
Anteprima
Caricamento…
Annulla
Salva