mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
chore: remove dead code (#8472)
This commit is contained in:
parent
56429ad4e1
commit
9f93dd9d61
@ -1,13 +0,0 @@
|
||||
import { App } from 'vue';
|
||||
import { camelize } from './format/string';
|
||||
|
||||
export function installable<T>(options: T) {
|
||||
return {
|
||||
...options,
|
||||
install(app: App) {
|
||||
const { name } = options as any;
|
||||
app.component(name, options);
|
||||
app.component(camelize(`-${name}`), options);
|
||||
},
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user