Skip to content

Commit

Permalink
fix: try fixing auto import for components
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender authored and modbender committed Apr 3, 2024
1 parent 0baea33 commit 3ecce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { ModuleOptions } from "./types";

import { name, version } from "../package.json";

const componentList = ["SplideTrack"];
const componentList = ["Splide", "SplideSlide", "SplideTrack"];
const cssList = {
default: "@splidejs/vue-splide/css",
skyblue: "@splidejs/vue-splide/css/skyblue",
Expand Down

0 comments on commit 3ecce54

Please sign in to comment.