We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51db4b2 commit d2dc034Copy full SHA for d2dc034
.babelrc
@@ -1,5 +1,7 @@
1
{
2
"presets": [
3
- "env"
+ ["env", {
4
+ "modules": false
5
+ }]
6
]
7
}
README.md
@@ -102,7 +102,7 @@ Alternately, you can link it directly from a CDN:
102
That will always point to the latest version of vue-async-computed.
103
You probably want to instead pin it to a specific version:
104
-->
105
-<script src="https://unpkg.com/vue-async-computed@3.4.0"></script>
+<script src="https://unpkg.com/vue-async-computed@3.4.1"></script>
106
````
107
108
When used with a module system such as `webpack` or `browserify`, you need to explicitly install `vue-async-computed` via `Vue.use()`:
0 commit comments