|
@@ -1,6 +1,8 @@
|
|
|
<script>
|
|
<script>
|
|
|
import { setContext, onMount } from 'svelte';
|
|
import { setContext, onMount } from 'svelte';
|
|
|
|
|
+ // @ts-ignore
|
|
|
import { page } from '$app/stores';
|
|
import { page } from '$app/stores';
|
|
|
|
|
+ // @ts-ignore
|
|
|
import { goto } from '$app/navigation';
|
|
import { goto } from '$app/navigation';
|
|
|
import { NavBar, Icon } from '../../../packages/stdf/components';
|
|
import { NavBar, Icon } from '../../../packages/stdf/components';
|
|
|
import zh_CN from '../../../packages/stdf/lang/zh_CN';
|
|
import zh_CN from '../../../packages/stdf/lang/zh_CN';
|