File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 151
151
</template >
152
152
153
153
<script setup lang="ts">
154
- import { ref } from " vue" ;
154
+ import { ref , Ref } from " vue" ;
155
155
import { MewHeader , MewFooter , MEWSubscribe } from " ./libs/main" ;
156
156
import { RouterLink } from " vue-router" ;
157
157
import { PROJECTS } from " @/helpers/links" ;
@@ -172,7 +172,7 @@ type useI18nParams = {
172
172
173
173
const openSubscirbe = ref (true );
174
174
const useI18n = (param : useI18nParams ) => {
175
- const _locale = param .locale || " zh " ;
175
+ const _locale = param .locale || " en " ;
176
176
const t = (key : string ) => {
177
177
if (key .includes (" ." )) {
178
178
const keyOne = key .split (" ." ).shift ();
Original file line number Diff line number Diff line change 273
273
:link-component =" props.linkComponent"
274
274
link-text =" "
275
275
@mewlink:click =" trackAccessWallet"
276
- class =" hidden sm:flex sm:ml-auto sm:mr-5 lg:mx-0 mx- items-center px-4 py-2 bg-black text-white h-10 rounded-3xl hoverOpacity"
276
+ class =" hidden sm:flex sm:ml-auto sm:mr-5 lg:mx-0 items-center px-4 py-2 bg-black text-white h-10 rounded-3xl hoverOpacity"
277
277
>
278
278
<span
279
279
class =" text-base xl:text-lg text-center font-medium leading-6 tracking-sp-06"
You can’t perform that action at this time.
0 commit comments