From 5f2907b0717a32c8b1ceb9e108198487284eadf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Sat, 3 Feb 2024 04:27:16 +0800 Subject: [PATCH] chore(template-explorer): update title --- packages/template-explorer/src/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/template-explorer/src/options.ts b/packages/template-explorer/src/options.ts index 84fdce7cd..a70bacf84 100644 --- a/packages/template-explorer/src/options.ts +++ b/packages/template-explorer/src/options.ts @@ -39,7 +39,7 @@ const App = { compilerOptions.prefixIdentifiers || compilerOptions.mode === 'module' return [ - h('h1', `Vue 3 Template Explorer`), + h('h1', `Vue Vapor Template Explorer`), h( 'a', {