File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33# Changelog
44
5+ - [ v3.2.1] ( #v321 )
56- [ v3.2.0] ( #v320 )
67- [ v3.1.3] ( #v313 )
78- [ v3.1.1] ( #v311 )
1819
1920<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2021
22+ ### v3.2.1
23+ * Fix bugs with dev dependencies and the new package-lock.json file
24+ * Tests on Travis now also run on Node 8
25+
2126### v3.2.0
2227 * Introduce ` watch ` feature.
2328
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Alternately, you can link it directly from a CDN:
102102 That will always point to the latest version of vue-async-computed.
103103 You probably want to instead pin it to a specific version:
104104-->
105- <script src="https://unpkg.com/%3Ca%20href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f4828191d995878d9a97d9979b998481809190b4c7dac6">[email protected].0 "></script>
105+ <script src="https://unpkg.com/%3Ca%20href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8ff9faeaa2eefcf6e1eca2ece0e2fffafbeaebcfbca1bd">[email protected].1 "></script>
106106````
107107
108108When used with a module system such as `webpack` or `browserify`, you need to explicitly install `vue-async-computed` via `Vue.use()`:
You can’t perform that action at this time.
0 commit comments