yxspeechrecognition 1.0.7 → 1.0.8

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.
@@ -1387,7 +1387,6 @@ __webpack_require__.r(__webpack_exports__);
1387
1387
 
1388
1388
  // EXPORTS
1389
1389
  __webpack_require__.d(__webpack_exports__, {
1390
- YxSpeechRecognition: function() { return /* reexport */ SpeechRecognition; },
1391
1390
  "default": function() { return /* binding */ entry_lib; }
1392
1391
  });
1393
1392
 
@@ -17532,17 +17531,20 @@ var SpeechRecognition_component = normalizeComponent(
17532
17531
  ;// ./package/index.js
17533
17532
 
17534
17533
 
17535
- var components = [SpeechRecognition];
17536
- var install = function install(app) {
17537
- for (var _i = 0, _components = components; _i < _components.length; _i++) {
17538
- var item = _components[_i];
17539
- app.component(item.name, item);
17540
- }
17541
- return app;
17542
- };
17543
- /* harmony default export */ var package_0 = ({
17544
- install: install
17545
- });
17534
+ // export { YxSpeechRecognition }
17535
+
17536
+ // const components = [YxSpeechRecognition]
17537
+
17538
+ // const install = (app) =>{
17539
+ // for(const item of components){
17540
+ // app.component(item.name,item)
17541
+ // }
17542
+ // return app
17543
+ // }
17544
+
17545
+ // export default { install }
17546
+
17547
+ /* harmony default export */ var package_0 = (SpeechRecognition);
17546
17548
  ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
17547
17549
 
17548
17550