mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style(projects): format code
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
import { addAPIProvider, disableCache } from '@iconify/vue';
|
||||
|
||||
/**
|
||||
* setup the iconify offline
|
||||
*/
|
||||
/** Setup the iconify offline */
|
||||
export function setupIconifyOffline() {
|
||||
const { VITE_ICONIFY_URL } = import.meta.env;
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
import NProgress from 'nprogress';
|
||||
|
||||
/**
|
||||
* setup plugin NProgress
|
||||
*/
|
||||
/** Setup plugin NProgress */
|
||||
export function setupNProgress() {
|
||||
NProgress.configure({ easing: 'ease', speed: 500 });
|
||||
|
||||
|
Reference in New Issue
Block a user