chore: expose utils in entry file
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { ref, reactive, computed } from 'vue';
|
||||
|
||||
// Utils
|
||||
import { createNamespace } from '../utils';
|
||||
import { range } from '../utils/format/number';
|
||||
import { preventDefault } from '../utils/dom/event';
|
||||
import { range, createNamespace, preventDefault } from '../utils';
|
||||
import { callInterceptor } from '../utils/interceptor';
|
||||
|
||||
// Composition
|
||||
|
||||
Reference in New Issue
Block a user