fix: use file level import to avoid exhausting fd when build site

ulimit -n
This commit is contained in:
07akioni 2020-12-07 21:29:51 +08:00
parent 3a1c4ff966
commit 0b3d32f14b

View File

@ -12,7 +12,7 @@
</template>
<script>
import { Compose16Regular as EditIcon } from '@vicons/fluent'
import EditIcon from '@vicons/fluent/Compose16Regular.js'
import githubUrl from './github-url'
export default {