mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-22 07:05:24 +00:00
[temp - debug]: log out the preload value
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
preload({ url }) {
|
preload(foo) {
|
||||||
|
let url = foo.url;
|
||||||
|
console.log('> i am here', url, foo);
|
||||||
return { url };
|
return { url };
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user