diff --git a/README.md b/README.md index 61d25a1..2929311 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ app.mount("#app") The Library uses Tailwind CSS under the hood, so you have to import the preset in your `tailwind.config.ts` file: ```ts -import preset from "@hoppscotch/ui-preset" +import preset from "@hoppscotch/ui/ui-preset" export default { content: ["src/**/*.{vue,html}"], diff --git a/src/plugin.ts b/src/plugin.ts index 9f2bcea..c0d38c6 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -28,3 +28,5 @@ export const plugin: Plugin = { app.provide(HOPP_UI_OPTIONS, options) }, } + +export default plugin