新增加动态标题

This commit is contained in:
不做码农
2021-12-10 12:03:32 +08:00
parent 0f5f81a717
commit ac33e4f825
9 changed files with 59 additions and 32 deletions

View File

@@ -5,7 +5,7 @@
</template>
<script>
export default {
name: 'App'
}
export default {
name: "App",
};
</script>