Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard-clock
Commits
059c3a2f
Commit
059c3a2f
authored
Nov 24, 2020
by
david
Browse files
Replace web component for hot reloading.
#2
parent
3b77c2be
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
059c3a2f
...
@@ -11,6 +11,6 @@
...
@@ -11,6 +11,6 @@
</head>
</head>
<body
style=
"background-color: black;"
>
<body
style=
"background-color: black;"
>
<aura-clock
/>
</body>
</body>
</html>
</html>
src/main.js
View file @
059c3a2f
import
StudioClock
from
'
./StudioClock.svelte
'
;
import
StudioClock
from
'
./StudioClock.svelte
'
;
var
app
=
new
StudioClock
({
target
:
document
.
body
});
export
default
app
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment