Merge branch 'fix-tests-without-async' into gh-3

This commit is contained in:
Rich Harris
2018-01-14 10:45:55 -05:00
2 changed files with 33 additions and 60 deletions

View File

@@ -3,7 +3,7 @@
<script>
export default {
preload({ url }) {
return { url };
if (url) return { url };
}
};
</script>
</script>