任一存 2 rokov pred
rodič
commit
ee592210f2
2 zmenil súbory, kde vykonal 113 pridanie a 2 odobranie
  1. 2 2
      web/src/views/accessibility.vue
  2. 111 0
      web/面向外行的介绍.md

+ 2 - 2
web/src/views/accessibility.vue

@@ -514,7 +514,7 @@ export default {
         if (v) {
           document.body.classList.add('aria-active')
           document.documentElement.classList.add('aria-active')
-          this.$emit('show')
+          this.$emit('show') // 没啥用
           this.$eventBus.$emit('aria-show')
         } else {
           this.reset()
@@ -528,7 +528,7 @@ export default {
               document.documentElement.classList.remove(iterator)
             }
           }
-          this.$emit('hide')
+          this.$emit('hide') // 没啥用
           this.$eventBus.$emit('aria-hide')
         }
       },

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 111 - 0
web/面向外行的介绍.md