Commit Graph

61 Commits

Author SHA1 Message Date
Evan You
e5a6fe5da7 test: e2e test for composition API examples 2022-05-30 17:20:43 +08:00
Evan You
72aed6a149 workflow: remove eslint, apply prettier 2022-05-23 17:21:17 +08:00
Evan You
ab110cf8a9 test: e2e tests 2022-05-20 18:21:53 +08:00
DSha
4de4649d96 fix(transition): fix appear check for transition wrapper components (#9668) 2019-03-14 15:45:42 +08:00
Evan You
4e975485a4 test: use mocks for commits e2e test 2018-12-11 17:44:25 -05:00
Evan You
80fb6b8da1 revert: "chore: use keypress in TodoMVC example for IME input methods (#9172)"
This reverts commit 6980035a86.
2018-12-11 16:58:18 -05:00
Fumio Nonaka
6980035a86 chore: use keypress in TodoMVC example for IME input methods (#9172) 2018-12-11 11:35:21 -05:00
Akitaka Oba
c356b29e32 chore: add placeholder to firebase example (#7979) 2018-10-22 15:55:04 -04:00
Josh Soref
f477ecdbbb chore: spelling (#6535) 2017-09-07 07:33:09 -04:00
Evan You
bfeb28f1fa pin todomvc css version 2017-03-24 12:51:29 +08:00
YOU
d7287f4df8 chore: check binding.value instead of just binding object (#5065) 2017-03-02 16:16:37 +01:00
Paul-Etienne Coisne
d01104e124 Remove dead link (#4740)
"Building Larger Apps with Vue.js" is not in the 2.X documentation anymore. 

Alternatives:
- link to the original page: https://v1.vuejs.org/guide/application.html
- link to vue-cli, as the previous page suggests? https://github.com/vuejs/vue-cli
2017-01-19 14:17:50 +01:00
Evan You
3f586b451c use minified build in examples 2017-01-05 13:48:10 -05:00
Evan You
c9fa2e674b fix todomvc example director.js cdn link 2017-01-05 11:17:46 -05:00
Evan You
2768b0fe66 update example transition classes 2016-12-28 00:29:57 -05:00
Evan You
e120d1459d update move animation example 2016-12-27 17:27:20 -05:00
Evan You
02e2d99e27 Revert "ensure leave transitions and enter transitions are triggered in the same frame (fix #4510)"
This reverts commit 92ad0bd378.
2016-12-27 14:11:45 -05:00
Evan You
92ad0bd378 ensure leave transitions and enter transitions are triggered in the same frame (fix #4510) 2016-12-21 22:03:50 -05:00
Evan You
06c4f2a75e [build] 2.1.6 2016-12-13 12:22:27 -05:00
kazuya kawaguchi
030b80e6cd improve examples title (#4337)
NOTE:
  consistently keep the examples of vuejs.org.
  https://vuejs.org/v2/examples/
2016-11-29 06:49:33 -05:00
Chris Fritz
4f5a47d750 fix root v-else not rendering in prod and switched examples to minified vue for better prod coverage (#3943)
* fix root v-else not rendering in production and switched examples to minified vue for better prod coverage

* add dev build comment to examples

* convert tabs to spaces in todomvc example for consistency
2016-10-14 09:27:54 -04:00
Vincent Klaiber
463c9c9e08 Switch to https (#3864)
Replaced all http vuejs.org links with https instead.
2016-10-07 17:39:51 -04:00
Evan You
1fe9ba61d7 fix select2 e2e test 2016-09-19 12:35:07 -04:00
Evan You
ccd8d587d6 simplify todomvc example 2016-09-19 12:17:07 -04:00
Evan You
8242d9498a simplify todomvc example 2016-09-19 11:59:04 -04:00
Evan You
7a22f134d4 update select2 example 2016-09-19 11:55:59 -04:00
Evan You
c23986beab update markdown example 2016-09-19 11:35:42 -04:00
Evan You
b935afe59f update firebase example to use 3.x 2016-09-19 11:14:36 -04:00
Evan You
0212521419 add move animation example 2016-08-04 22:20:42 -04:00
Evan You
5660052255 revert todomvc example (need to pass e2e) 2016-07-14 18:19:30 -04:00
Evan You
b8c3b5ae74 todomvc example: pre-initialize state before mounting app 2016-07-14 14:45:11 -04:00
Evan You
c1d8ccbe21 add move transitions to todomvc example 2016-07-14 14:36:30 -04:00
Evan You
940ebf2709 update firebase example to use transition-group 2016-07-13 18:35:02 -04:00
Evan You
e61a0189a4 update examples with new transition api 2016-07-13 14:27:06 -04:00
Evan You
6cf19291be adjust v-model on component sync mechanism (fix #3179) 2016-06-29 12:25:28 -04:00
Evan You
cec833a9e8 implement new v-for iterator syntax (ref: #3073) 2016-06-13 14:55:53 -04:00
Aristides
fbe81fbc0c Load external assets with https in select2 example (#3053)
Otherwise it doesn't work if the page is loaded with http.
2016-06-10 18:27:18 -04:00
Evan You
a53d54aa8a fix whitespace vnode identity breaking patch (fix #3043) 2016-06-08 13:28:55 -04:00
Evan You
5a5c7eb39d ready -> mounted 2016-05-10 11:26:00 -04:00
Evan You
bdb4b80595 update examples to use filters 2016-04-29 19:40:53 -04:00
Phan An
5a43d32142 Add a default font style (#2755) 2016-04-28 20:45:24 -04:00
Phan An
8e34f455ad Some improvements for "Modal" example (#2754)
* Rename CSS file to match with other examples

* Merge script tags
2016-04-28 20:45:14 -04:00
Phan An
60ec66be68 CSS fixes for "Grid" example (#2753) 2016-04-28 20:44:52 -04:00
Phan An
6f06f1b724 Expose the author URL in "commits" example (#2751) 2016-04-28 20:44:36 -04:00
razh
da7f2731e2 fix x-template typo in select2 example (#2748) 2016-04-27 15:22:17 -04:00
Evan You
9f312effa3 add ignored files for todomvc 2016-04-27 01:35:09 -04:00
Evan You
5807adcf1f e2e test for todomvc 2016-04-21 19:23:13 -04:00
Evan You
7b180cd01b commits e2e test 2016-04-21 17:10:54 -04:00
Evan You
6c8182ee4d deprecate $remove 2016-04-21 06:29:02 -04:00
Evan You
b28888d22e use text/x-template for modal example 2016-04-20 14:35:42 -04:00