[ci] format
This commit is contained in:
parent
13119162f5
commit
16abbad0b6
1 changed files with 6 additions and 4 deletions
|
@ -20,10 +20,12 @@ import { MyCounter } from '../components/my-counter.js';
|
|||
<MyCounter client:load />
|
||||
<Lorem />
|
||||
|
||||
{/**
|
||||
* Our VS Code extension does not currently properly typecheck attributes on Lit components
|
||||
* As such, the following code will result in a TypeScript error inside the editor, nonetheless, it works in Astro!
|
||||
*/}
|
||||
{
|
||||
/**
|
||||
* Our VS Code extension does not currently properly typecheck attributes on Lit components
|
||||
* As such, the following code will result in a TypeScript error inside the editor, nonetheless, it works in Astro!
|
||||
*/
|
||||
}
|
||||
{/** @ts-expect-error */}
|
||||
<CalcAdd num={0} />
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue