init component
This commit is contained in:
7
node_modules/buetify/lib/components/form/switch/BSwitch.js
generated
vendored
Executable file
7
node_modules/buetify/lib/components/form/switch/BSwitch.js
generated
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
import "../../../../src/sass/helpers/animations.sass";
|
||||
import "../../../../src/components/form/sass/form.sass";
|
||||
import "../../../../src/components/form/switch/switch.sass";
|
||||
import { useSelectionControl } from '../shared/useSelectionControl';
|
||||
export const defineSwitch = useSelectionControl('switch', 'checkbox', 'b-switch', 'switch');
|
||||
export const BSwitch = defineSwitch();
|
||||
//# sourceMappingURL=BSwitch.js.map
|
||||
Reference in New Issue
Block a user