From 31d96f24ffabb6e80abbaf8744c191d148cc5d9d Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Tue, 19 Nov 2019 18:23:20 -0300 Subject: [PATCH] WIP - add Lang.svelte component --- Lang.svelte | 13 +++++++++++++ example/src/routes/_layout.svelte | 7 ++++++- package.json | 3 ++- rollup.config.js | 7 ------- src/client/modules.d.ts | 2 +- yarn.lock | 16 +++++++++++++++- 6 files changed, 37 insertions(+), 11 deletions(-) create mode 100644 Lang.svelte diff --git a/Lang.svelte b/Lang.svelte new file mode 100644 index 0000000..4a3acd7 --- /dev/null +++ b/Lang.svelte @@ -0,0 +1,13 @@ + + + \ No newline at end of file diff --git a/example/src/routes/_layout.svelte b/example/src/routes/_layout.svelte index 22b39e7..5d8c826 100644 --- a/example/src/routes/_layout.svelte +++ b/example/src/routes/_layout.svelte @@ -1,8 +1,9 @@ @@ -29,6 +30,10 @@ } + + {loading} + +