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