routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
/* eslint-disable local-rules/sort-imports */
|
||||
// Components
|
||||
import * as components from "./allComponents.js";
|
||||
import * as directives from "../directives/index.js";
|
||||
import { createVuetify as _createVuetify } from "../framework.js"; // Types
|
||||
export * from "../entry-bundler.js";
|
||||
export { components };
|
||||
export const createVuetify = (options = {}) => {
|
||||
return _createVuetify({
|
||||
components,
|
||||
directives,
|
||||
...options
|
||||
});
|
||||
};
|
||||
//# sourceMappingURL=entry-bundler.js.map
|
||||
Reference in New Issue
Block a user