Skip to content

Commit 3f610ee

Browse files
committed
🐛 mistake - forgot about v-cloak style
1 parent 48fb68c commit 3f610ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "barky",
3-
"version": "1.7.23",
3+
"version": "1.7.24",
44
"description": "A simple cloud services watchdog with digest notification support & no external dependencies",
55
"homepage": "https://github.com/Rohland/barky#readme",
66
"main": "dist/cli.js",

src/web/views/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
}
2626
</script>
2727
<style>
28+
29+
[v-cloak] {
30+
display:none;
31+
}
32+
2833
td a {
2934
color: #3b82f6; /* blue-500 */
3035
text-decoration: underline;

0 commit comments

Comments
 (0)