保存进度
This commit is contained in:
@@ -4,11 +4,12 @@ import { ref } from "vue";
|
||||
defineProps<{ msg: string }>();
|
||||
|
||||
const count = ref( 0 );
|
||||
const title = import.meta.env.VITE_APP_AUTH_TOKEN;
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>{{ msg }}</h1>
|
||||
|
||||
<h1>{{ title }}</h1>
|
||||
<div class="card">
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user