push
This commit is contained in:
7
lib/component/form/range/index.ts
Normal file
7
lib/component/form/range/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { App } from 'vue';
|
||||
import nsRange from './range.vue'
|
||||
|
||||
export const NsRange = function (app: App) {
|
||||
app.component(nsRange.name, nsRange);
|
||||
return app;
|
||||
};
|
||||
Reference in New Issue
Block a user