This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
svelte
mirror of
https://github.com/sveltejs/svelte
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
f46366c4e7
svelte
/
test
/
server-side-rendering
/
samples
/
sanitize-name
/
main.html
9 lines
104 B
Raw
Normal View
History
Unescape
Escape
sanitize filenames before SSRing - fixes #1005
7 years ago
<
Foo
/
>
<
script
>
rename file
7 years ago
import Foo from './[foo].html';
sanitize filenames before SSRing - fixes #1005
7 years ago
export default {
components: { Foo }
};
<
/
script
>