diff options
Diffstat (limited to 'static/js')
-rw-r--r-- | static/js/app.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/js/app.js b/static/js/app.js new file mode 100644 index 0000000..af25133 --- /dev/null +++ b/static/js/app.js @@ -0,0 +1,6 @@ +var app = new Vue({ + el: '#app', + data: { + message: 'hello, welcome!' + }, +})
\ No newline at end of file |