cloudtables-vue
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -144,2 +144,7 @@ // | ||
export { __vue_component__ as default }; | ||
module.exports = { | ||
CloudTables: __vue_component__, | ||
install: function(Vue, options) { | ||
Vue.component("CloudTbales", __vue_component__); | ||
}, | ||
}; |
@@ -1,2 +0,2 @@ | ||
var CloudTables = (function (exports) { | ||
(function () { | ||
'use strict'; | ||
@@ -147,8 +147,9 @@ | ||
exports['default'] = __vue_component__; | ||
module.exports = { | ||
CloudTables: __vue_component__, | ||
install: function(Vue, options) { | ||
Vue.component("CloudTbales", __vue_component__); | ||
}, | ||
}; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
}({})); | ||
}()); |
@@ -1,6 +0,5 @@ | ||
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CloudTables = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
(function (factory) { | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
factory(); | ||
}((function () { 'use strict'; | ||
@@ -150,6 +149,9 @@ // | ||
exports['default'] = __vue_component__; | ||
module.exports = { | ||
CloudTables: __vue_component__, | ||
install: function(Vue, options) { | ||
Vue.component("CloudTbales", __vue_component__); | ||
}, | ||
}; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); |
{ | ||
"name": "cloudtables-vue", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import CloudTables from "./cloudtables.vue"; | ||
export default CloudTables; | ||
module.exports = { | ||
CloudTables, | ||
install: function(Vue, options) { | ||
Vue.component("CloudTbales", CloudTables); | ||
}, | ||
}; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17219
447
0