英文: Failure to import a typescript interface from a sibling folder in my src directory using svelte ...
从端点读取的数据显示为未定义。
英文: Data read from the db using the endpoint appears as undefined 问题 我使用了在 https://stackoverflow.com...
How can I create a single Datepicker in svelte with carbon-components with german locale
英文: How can I create a single Datepicker in svelte with carbon-components with german locale 问题 当我尝试...
Svelte 在 :global() 中给出附加类选择器的警告。
英文: Svelte giving warning for additional class selector on :global() 问题 我正在使用SCSS在我的sveltekit +layou...
如何在Svelte中创建分组行表格?
英文: how do you create a grouped rows table in svelte? 问题 以下是您要翻译的代码部分: svelte模板伪代码 {#each cities as ...
In Svelte, is #key the proper way to make a block reactive if it makes no local reference to variables?
英文: In Svelte, is #key the proper way to make a block reactive if it makes no local reference to var...
在Svelte中,当一个变量发生改变时,是否可以重新渲染/更新一个each块?
英文: Is it possible to rerender/update an each block in Svelte when a variable changes? 问题 So, I'm pr...
如何将额外参数从`page.svelte`传递到相同路由中的`page.js`,在Sveltekit中。
英文: How to send extra parameters from page.svelte to page.js inside the same route in Sveltekit 问题 我...
在Svelte TypeScript中过滤对象数组
英文: Filtering array of objects in svelte typescript 问题 我想检查特定用户名是否在用户对象数组中。 我正在使用FastAPI获取选民列表。用户具有类...
怎样在 SvelteKit 中导入 $lib,而不出现 TypeScript 错误
英文: How to import $lib in sveltekit without typescript errors 问题 我想在我的 Svelte 项目中导入一个 `$lib`,而不会在 vs...
14