mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-01 10:47:57 +08:00
parent
d72f86287f
commit
73805eb256
@ -20,7 +20,7 @@
|
||||
<script>
|
||||
import bus from '../bus'
|
||||
import navsData from '../nav.config.json'
|
||||
import throttle from 'throttle-debounce/throttle'
|
||||
import { throttle } from 'throttle-debounce'
|
||||
|
||||
export default {
|
||||
beforeRouteUpdate(to, from, next) {
|
||||
|
@ -88,7 +88,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import pageLang from '../i18n/page.json'
|
||||
import throttle from 'throttle-debounce/throttle'
|
||||
import { throttle } from 'throttle-debounce'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
Loading…
Reference in New Issue
Block a user