chore: expose utils in entry file
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* Create a basic component with common options
|
||||
*/
|
||||
import { camelize } from '../format/string';
|
||||
import { App, defineComponent, ComponentOptionsWithObjectProps } from 'vue';
|
||||
import { camelize } from '..';
|
||||
|
||||
export function createComponent(name: string) {
|
||||
return function (sfc: ComponentOptionsWithObjectProps) {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { get, isFunction } from '..';
|
||||
import { camelize } from '../format/string';
|
||||
import { get, camelize, isFunction } from '..';
|
||||
import locale from '../../locale';
|
||||
|
||||
export function createI18N(name: string) {
|
||||
|
||||
Reference in New Issue
Block a user