-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ElMassimo/main
use preact in iles for similar comparison
- Loading branch information
Showing
8 changed files
with
694 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,12 @@ declare module 'vue' { | |
export interface GlobalComponents { | ||
CommunityIcon: typeof import('./src/components/icons/CommunityIcon.vue')['default'] | ||
Container: typeof import('./src/components/Container.vue')['default'] | ||
Counter: typeof import('./src/components/Counter.vue')['default'] | ||
Counter: typeof import('./src/components/Counter.jsx')['default'] | ||
DocumentationIcon: typeof import('./src/components/icons/DocumentationIcon.vue')['default'] | ||
EcosystemIcon: typeof import('./src/components/icons/EcosystemIcon.vue')['default'] | ||
FrameworkLink: typeof import('./src/components/FrameworkLink.vue')['default'] | ||
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] | ||
Island: typeof import('./node_modules/.pnpm/[email protected].27/node_modules/iles/dist/client/app/components/Island.vue')['default'] | ||
Island: typeof import('./node_modules/.pnpm/[email protected].31/node_modules/iles/dist/client/app/components/Island.vue')['default'] | ||
SupportIcon: typeof import('./src/components/icons/SupportIcon.vue')['default'] | ||
ToolingIcon: typeof import('./src/components/icons/ToolingIcon.vue')['default'] | ||
Welcome: typeof import('./src/components/Welcome.vue')['default'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import { defineConfig } from 'iles' | ||
|
||
export default defineConfig({}) | ||
export default defineConfig({ | ||
jsx: 'preact', | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.