pull/5452/head
Conduitry 5 years ago
parent 7238aed8e9
commit b5dee7fff0

@ -3,11 +3,11 @@
let eid = writable(1); let eid = writable(1);
let foo; let foo;
let u = writable(2); const u = writable(2);
let v = writable(3); const v = writable(3);
let w = writable(4); const w = writable(4);
let x = writable(5); const x = writable(5);
let y = writable(6); const y = writable(6);
[$u, $v, $w] = [ [$u, $v, $w] = [
{id: eid = writable(foo = 2), name: 'xxx'}, {id: eid = writable(foo = 2), name: 'xxx'},
5, 5,

Loading…
Cancel
Save