This commit is contained in:
Rich Harris
2018-01-14 00:21:55 -05:00
2 changed files with 63 additions and 84 deletions

View File

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