-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Todomvc-vue: source-map creation (#386)
- Loading branch information
1 parent
ad061ac
commit 7dc43d2
Showing
17 changed files
with
14 additions
and
26 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
resources/todomvc/architecture-examples/vue-complex/dist/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
resources/todomvc/architecture-examples/vue-complex/dist/js/app.414e2dd1.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
resources/todomvc/architecture-examples/vue-complex/dist/js/app.414e2dd1.js.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
resources/todomvc/architecture-examples/vue-complex/dist/js/app.ad36df07.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
resources/todomvc/architecture-examples/vue-complex/dist/js/app.ad36df07.js.map
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
resources/todomvc/architecture-examples/vue-complex/dist/js/chunk-vendors.a5f72d5d.js
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
resources/todomvc/architecture-examples/vue-complex/dist/js/chunk-vendors.b4ac9361.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
resources/todomvc/architecture-examples/vue-complex/dist/js/chunk-vendors.b4ac9361.js.map
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en" data-framework="vue" data-version="3.2.47" data-features="webpack"><head><meta charset="UTF-8"/><meta name="description" content="A TodoMVC workload app for Speedometer!"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><title>TodoMVC: Vue</title><script defer="defer" src="js/chunk-vendors.b4ac9361.js"></script><script defer="defer" src="js/app.ad36df07.js"></script><link href="css/app.319576e1.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but todomvc-vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><section class="todoapp"></section><footer class="info"><p>Click on input field to write your todo.</p><p>At least two characters are needed to be a valid entry.</p><p>Press 'enter' to add the todo.</p><p>Double-click to edit a todo</p></footer></body></html> | ||
<!doctype html><html lang="en" data-framework="vue" data-version="3.2.47" data-features="webpack"><head><meta charset="UTF-8"/><meta name="description" content="A TodoMVC workload app for Speedometer!"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><title>TodoMVC: Vue</title><script defer="defer" src="js/chunk-vendors.a5f72d5d.js"></script><script defer="defer" src="js/app.414e2dd1.js"></script><link href="css/app.319576e1.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but todomvc-vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><section class="todoapp"></section><footer class="info"><p>Click on input field to write your todo.</p><p>At least two characters are needed to be a valid entry.</p><p>Press 'enter' to add the todo.</p><p>Double-click to edit a todo</p></footer></body></html> |
2 changes: 2 additions & 0 deletions
2
resources/todomvc/architecture-examples/vue/dist/js/app.414e2dd1.js
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.