Skip to content

Commit 7740ce1

Browse files
committed
chore: use the latest demo element
1 parent 4a0576b commit 7740ce1

File tree

3 files changed

+12
-805
lines changed

3 files changed

+12
-805
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,12 @@ export default defineConfig({
7777
},
7878
},
7979

80-
80+
vue: {
81+
template: {
82+
compilerOptions: {
83+
// @ts-ignore
84+
isCustomElement: (tag) => tag.startsWith('jwc-'),
85+
}
86+
}
87+
}
8188
})

0 commit comments

Comments
 (0)