mirror of https://github.com/sveltejs/svelte
14 lines
116 B
14 lines
116 B
8 years ago
|
<div></div>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
methods: {
|
||
|
foo () {}
|
||
|
},
|
||
|
|
||
|
methods: {
|
||
|
bar () {}
|
||
|
}
|
||
|
};
|
||
|
</script>
|