perf: delete unused code

This commit is contained in:
Pan
2019-02-01 10:46:30 +08:00
parent c1719929cb
commit 009416282b
4 changed files with 4 additions and 103 deletions

View File

@@ -7,7 +7,7 @@
</template>
<script>
import { isExternal } from '@/utils'
import { isExternal } from '@/utils/validate'
export default {
props: {

View File

@@ -35,7 +35,7 @@
<script>
import path from 'path'
import { isExternal } from '@/utils'
import { isExternal } from '@/utils/validate'
import Item from './Item'
import AppLink from './Link'