Skip to content

Commit d31ebfa

Browse files
committedMar 4, 2025·
feat: Added vertical dock
1 parent 70b180e commit d31ebfa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { default as Dock } from './Dock.vue';
2-
export { default as DockIcon } from './DockIcon.vue';
3-
export { default as DockSeparator } from './DockSeparator.vue';
1+
export { default as Dock } from "./Dock.vue";
2+
export { default as DockIcon } from "./DockIcon.vue";
3+
export { default as DockSeparator } from "./DockSeparator.vue";
44

5-
export type DataOrientation = 'vertical' | 'horizontal';
5+
export type DataOrientation = "vertical" | "horizontal";

‎content/1.getting-started/2.installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default {
8484
darkMode: "selector",
8585
safelist: ["dark"],
8686
prefix: "",
87-
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}",],
87+
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
8888
theme: {
8989
extend: {
9090
colors: {

0 commit comments

Comments
 (0)
Please sign in to comment.