Add initial compliance intro page
This commit is contained in:
parent
c393f6fd81
commit
20614acb86
12 changed files with 117 additions and 81 deletions
|
|
@ -9,7 +9,7 @@ import { onMounted, ref } from "vue";
|
|||
import { useHead } from "@vueuse/head";
|
||||
import { router } from "@/rmo/router";
|
||||
import { useDistrictStore } from "@/rmo/store/district";
|
||||
import type { District } from "@/rmo/type";
|
||||
import type { District } from "@/type/api";
|
||||
|
||||
const district = useDistrictStore();
|
||||
const count = ref<number>(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue