@asd20/ui 3.2.532 → 3.2.533
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/package.json
CHANGED
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
@keyup.left.stop.prevent="deactivateSection"
|
|
30
30
|
@keyup.escape="deactivateSection"
|
|
31
31
|
tabindex="-1"
|
|
32
|
-
v-scroll-lock="active"
|
|
33
32
|
>
|
|
34
33
|
<focus-trap :active="active" :initial-focus="() => $refs.focused[0]">
|
|
35
34
|
<div class="asd20-site-menu__viewport">
|
|
@@ -116,13 +115,13 @@
|
|
|
116
115
|
</template>
|
|
117
116
|
|
|
118
117
|
<script>
|
|
119
|
-
import Vue from 'vue'
|
|
118
|
+
// import Vue from 'vue'
|
|
120
119
|
|
|
121
120
|
import { setTimeout } from 'timers'
|
|
122
121
|
import { FocusTrap } from 'focus-trap-vue'
|
|
123
122
|
import Asd20Icon from '../../atoms/Asd20Icon'
|
|
124
|
-
import VScrollLock from 'v-scroll-lock'
|
|
125
|
-
Vue.use(VScrollLock)
|
|
123
|
+
// import VScrollLock from 'v-scroll-lock'
|
|
124
|
+
// Vue.use(VScrollLock)
|
|
126
125
|
|
|
127
126
|
export default {
|
|
128
127
|
name: 'Asd20SiteMenu',
|