We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55ed4f commit 89672faCopy full SHA for 89672fa
1 file changed
Gallery.Server/wwwroot/modules/locode/components/BookingPage.mjs
@@ -1,8 +1,7 @@
1
import { inject, ref } from "vue"
2
-import { app } from "app"
3
import { QueryCoupons } from "/types/mjs"
4
5
-const BookingPage = {
+export const BookingPage = {
6
template:/*html*/`
7
<div>
8
<h1 class="py-8 text-center text-3xl text-indigo-700 font-semibold">Custom Bookings AutoQueryGrid</h1>
@@ -30,6 +29,4 @@ const BookingPage = {
30
29
const close = () => coupon.value = null
31
return { coupon, showCoupon, close }
32
}
33
-}
34
-
35
-app.components({ BookingPage })
+}
0 commit comments