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
3623c4abc9
svelte
/
test
/
runtime
/
samples
/
set-clones-input
/
main.html
7 lines
81 B
Raw
Normal View
History
Unescape
Escape
clone before set — fixes #479
8 years ago
<
script
>
export default {
computed: {
remove v1 runtime tests
7 years ago
b: ({ a }) => a + 1
clone before set — fixes #479
8 years ago
}
};
<
/
script
>