Skip to content

Commit

Permalink
feat: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 23, 2023
1 parent d120893 commit 99b2795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/sites/mobile-vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (isMobile && import.meta.env.DEV) {
export default defineComponent({
name: "app",
setup() {
const title = ref("QuarkD");
const title = ref("Quark-Design");
// 获取当前路由
const route = useRoute();
const router = useRouter();
Expand Down

0 comments on commit 99b2795

Please sign in to comment.