quasar-ui-danx 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/vue-plugin.js +3 -1
package/package.json
CHANGED
package/src/vue-plugin.js
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
export * from "./helpers";
|
2
2
|
export * from "./components/DragAndDrop";
|
3
3
|
|
4
|
-
import
|
4
|
+
import packageJson from "../package.json";
|
5
|
+
|
6
|
+
const { version } = packageJson;
|
5
7
|
|
6
8
|
function install(app) {
|
7
9
|
console.log(`Installing Danx UI ${version}... Nothing to do really.`);
|