@tslib/vue-ext
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -24,3 +24,3 @@ "use strict"; | ||
name: options.name, | ||
components: options.components, | ||
components: VueExt, | ||
page: options.page | ||
@@ -27,0 +27,0 @@ }); |
{ | ||
"name": "@tslib/vue-ext", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "config file loader for typescript", |
@@ -33,3 +33,3 @@ import Vue, { VueConstructor } from "vue"; | ||
name: options.name, | ||
components: options.components, | ||
components: VueExt, | ||
page: options.page | ||
@@ -36,0 +36,0 @@ }); |
Sorry, the diff of this file is not supported yet
29717