@vueless/storybook 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook/index.pcss +5 -0
- package/.storybook/preview.js +1 -1
- package/package.json +1 -1
package/.storybook/preview.js
CHANGED
|
@@ -8,7 +8,7 @@ import { createRouter, createWebHistory } from "vue-router";
|
|
|
8
8
|
import NotifyServiceDefault from "vueless/ui.notify/services"; // TODO: move to UI components
|
|
9
9
|
|
|
10
10
|
// Tailwind styles
|
|
11
|
-
import "
|
|
11
|
+
import "./index.pcss";
|
|
12
12
|
|
|
13
13
|
// Common stores TODO: move to UI components
|
|
14
14
|
import loader from "vueless/ui.loader-rendering/store";
|