docs(bindable): fix `file:` annotation for App.svelte (#15314)

pull/15318/head
Eric Liu 7 months ago committed by GitHub
parent c40392c1e8
commit 75f81991c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@ Now, a component that uses `<FancyInput>` can add the [`bind:`](bind) directive
<!-- prettier-ignore -->
```svelte
/// App.svelte
/// file: App.svelte
<script>
import FancyInput from './FancyInput.svelte';

Loading…
Cancel
Save