0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/runtime/samples/ignore-unchanged-attribute/counter.js

3 lines
29 B
JavaScript
Raw Normal View History

2017-08-14 16:48:14 +02:00
export default {
2017-08-14 17:34:24 +02:00
count: 0
2017-08-14 16:48:14 +02:00
};