Added Vuex

This commit is contained in:
2019-05-29 01:49:49 +03:00
commit 4a4f35c702
8 changed files with 33 additions and 0 deletions

1
css/app.979a911f.css Normal file
View File

@@ -0,0 +1 @@
@import url(https://fonts.googleapis.com/css?family=Oswald&display=swap);.todo-item[data-v-fa526f3c]{margin:auto;text-align:left;width:400px;cursor:pointer;font-weight:Regular}.is-complete[data-v-fa526f3c]{text-decoration:line-through}.delete[data-v-fa526f3c]{float:right;border:none;background-color:transparent;cursor:pointer}.todos[data-v-7f14599a]{width:400px;margin:auto}.addTodo[data-v-2a0e5e01]{width:400px;height:30px;margin:auto;text-align:left}.txtField[data-v-2a0e5e01]{width:300px;float:left;border-width:0;border-bottom-width:1px}.btn[data-v-2a0e5e01],.txtField[data-v-2a0e5e01]{font-family:Oswald,sans-serif;height:30px;font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box}.btn[data-v-2a0e5e01]{float:right;border:0;width:90px;background:#000;color:#fff}#app{font-family:Oswald,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;margin-top:50px}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

1
index.html Normal file
View File

@@ -0,0 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/memo.png><title>Список Дел</title><link href=/css/app.979a911f.css rel=preload as=style><link href=/js/app.170f7cb7.js rel=preload as=script><link href=/js/chunk-vendors.c1c9c82d.js rel=preload as=script><link href=/css/app.979a911f.css rel=stylesheet></head><body><noscript><strong>We're sorry but ToDo List doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.c1c9c82d.js></script><script src=/js/app.170f7cb7.js></script></body></html>

2
js/app.170f7cb7.js Normal file

File diff suppressed because one or more lines are too long

1
js/app.170f7cb7.js.map Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
memo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB