chore: compiled failed(#230) (#231)

This commit is contained in:
Weiqi Wu 2020-08-31 15:18:02 +08:00 committed by GitHub
parent d72f86287f
commit 73805eb256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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() {