@opentinyvue/vue-grid-select 2.22.0 → 2.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -169,7 +169,7 @@ function __vue2_injectStyles(context) {
|
|
|
169
169
|
var GridSelect = /* @__PURE__ */ function() {
|
|
170
170
|
return __component__.exports;
|
|
171
171
|
}();
|
|
172
|
-
var version = "2.
|
|
172
|
+
var version = "2.undefined";
|
|
173
173
|
GridSelect.install = function(Vue) {
|
|
174
174
|
Vue.component(GridSelect.name, GridSelect);
|
|
175
175
|
};
|