mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
fix: use file level import to avoid exhausting fd when build site
ulimit -n
This commit is contained in:
parent
3a1c4ff966
commit
0b3d32f14b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user