routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
import { l as propsFactory } from "./defineComponent-DB6xIcDy.js";
|
||||
//#region node_modules/vuetify/lib/composables/component.js
|
||||
var makeComponentProps = propsFactory({
|
||||
class: [
|
||||
String,
|
||||
Array,
|
||||
Object
|
||||
],
|
||||
style: {
|
||||
type: [
|
||||
String,
|
||||
Array,
|
||||
Object
|
||||
],
|
||||
default: null
|
||||
}
|
||||
}, "component");
|
||||
//#endregion
|
||||
export { makeComponentProps as t };
|
||||
|
||||
//# sourceMappingURL=component-DdiwBe6i.js.map
|
||||
Reference in New Issue
Block a user