Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-play", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Play with your vue components.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -16,3 +16,3 @@ ![logo](./media/logo.png) | ||
```js | ||
import Play from 'vue-play' | ||
import {Play} from 'vue-play' | ||
import 'vue-play/dist/vue-play.css' | ||
@@ -19,0 +19,0 @@ |
@@ -10,3 +10,3 @@ import EVA from 'eva.js' | ||
export default class Play { | ||
class Play { | ||
useComponents(components) { | ||
@@ -90,1 +90,3 @@ this.localComponents = components | ||
} | ||
export {Play} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
304635
2913