|
@@ -22,8 +22,13 @@ import oaTransForm from "@/components/oa-transForm/index"
|
|
|
import oaTtsAudio from "@/components/oa-ttsAudio/index"
|
|
|
import oaWeather from "@/components/oa-weather/index"
|
|
|
|
|
|
+
|
|
|
+import hideHead from "./utils/hideHead.js";
|
|
|
+
|
|
|
export function createApp() {
|
|
|
const app = createSSRApp(App);
|
|
|
+ app.mixin(hideHead);
|
|
|
+
|
|
|
|
|
|
|
|
|
app.component('oa-calendar', oaCalendar)
|