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.
@@ -1405,7 +1405,6 @@ __webpack_require__.r(__webpack_exports__);
1405
1405
 
1406
1406
  // EXPORTS
1407
1407
  __webpack_require__.d(__webpack_exports__, {
1408
- YxSpeechRecognition: function() { return /* reexport */ SpeechRecognition; },
1409
1408
  "default": function() { return /* binding */ entry_lib; }
1410
1409
  });
1411
1410
 
@@ -17550,17 +17549,20 @@ var SpeechRecognition_component = normalizeComponent(
17550
17549
  ;// ./package/index.js
17551
17550
 
17552
17551
 
17553
- var components = [SpeechRecognition];
17554
- var install = function install(app) {
17555
- for (var _i = 0, _components = components; _i < _components.length; _i++) {
17556
- var item = _components[_i];
17557
- app.component(item.name, item);
17558
- }
17559
- return app;
17560
- };
17561
- /* harmony default export */ var package_0 = ({
17562
- install: install
17563
- });
17552
+ // export { YxSpeechRecognition }
17553
+
17554
+ // const components = [YxSpeechRecognition]
17555
+
17556
+ // const install = (app) =>{
17557
+ // for(const item of components){
17558
+ // app.component(item.name,item)
17559
+ // }
17560
+ // return app
17561
+ // }
17562
+
17563
+ // export default { install }
17564
+
17565
+ /* harmony default export */ var package_0 = (SpeechRecognition);
17564
17566
  ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
17565
17567
 
17566
17568