From 7a90c4f87007ec54c95cfbb9d681f0f3ab65394e Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 21 May 2020 16:24:52 -0400 Subject: [PATCH] chore: no need to inject custom preambles --- src/client/app/composables/pageData.ts | 2 +- src/client/app/index.html | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/client/app/composables/pageData.ts b/src/client/app/composables/pageData.ts index 0b989dd3..ab22bb79 100644 --- a/src/client/app/composables/pageData.ts +++ b/src/client/app/composables/pageData.ts @@ -1,5 +1,5 @@ -import { PageData } from '../../../../types/shared' import { inject, InjectionKey, Ref } from 'vue' +import { PageData } from '../../../../types/shared' export type PageDataRef = Ref diff --git a/src/client/app/index.html b/src/client/app/index.html index 939a0dbc..69e2efbb 100644 --- a/src/client/app/index.html +++ b/src/client/app/index.html @@ -1,7 +1,2 @@
-