File tree 32 files changed +248
-0
lines changed
laravel/tailwind/js/resources/views
laravel/vueform/js/resources/views
32 files changed +248
-0
lines changed Original file line number Diff line number Diff line change 2
2
import Layout from ' ../layouts/Layout.astro' ;
3
3
import FormBuilder from ' ../components/FormBuilder.vue' ;
4
4
---
5
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
5
6
6
7
<Layout title =" Welcome to Astro." >
7
8
<FormBuilder client:only =" vue" />
Original file line number Diff line number Diff line change 2
2
import Layout from ' ../layouts/Layout.astro' ;
3
3
import FormBuilder from ' ../components/FormBuilder.vue' ;
4
4
---
5
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
5
6
6
7
<Layout title =" Welcome to Astro." >
7
8
<FormBuilder client:only =" vue" />
Original file line number Diff line number Diff line change 5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
6
6
<title >Laravel</title >
7
7
@vite ([' resources/css/app.css' , ' resources/js/app.js' ] )
8
+ <script type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
8
9
</head >
9
10
<body >
10
11
<div id =" app" ></div >
Original file line number Diff line number Diff line change 1
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
2
export default defineNuxtConfig ( {
3
+ app : {
4
+ head : {
5
+ script : [
6
+ {
7
+ async : true ,
8
+ src : 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places' ,
9
+ } ,
10
+ ] ,
11
+ } ,
12
+ } ,
3
13
devtools : { enabled : true } ,
4
14
css : [ '~/assets/css/main.css' ] ,
5
15
modules : [
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.js "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue + TS</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.ts "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import TestForm from './../components/TestForm.vue';
6
6
@import './../styles/style.scss';
7
7
</style >
8
8
9
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
10
+
9
11
<Layout title =" Welcome to Astro." >
10
12
<TestForm client:only =" vue" />
11
13
</Layout >
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import TestForm from './../components/TestForm.vue';
6
6
@import './../styles/style.scss';
7
7
</style >
8
8
9
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
10
+
9
11
<Layout title =" Welcome to Astro." >
10
12
<TestForm client:only =" vue" />
11
13
</Layout >
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import TestForm from './../components/TestForm.vue';
6
6
@import './../styles/style.scss';
7
7
</style >
8
8
9
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
10
+
9
11
<Layout title =" Welcome to Astro." >
10
12
<TestForm client:only =" vue" />
11
13
</Layout >
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import TestForm from './../components/TestForm.vue';
6
6
@import './../styles/style.scss';
7
7
</style >
8
8
9
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
10
+
9
11
<Layout title =" Welcome to Astro." >
10
12
<TestForm client:only =" vue" />
11
13
</Layout >
Original file line number Diff line number Diff line change 2
2
import Layout from ' ../layouts/Layout.astro' ;
3
3
import TestForm from ' ./../components/TestForm.vue' ;
4
4
---
5
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
5
6
6
7
<Layout title =" Welcome to Astro." >
7
8
<div class =" dark max-w-[320px] h-screen flex items-center justify-center mx-auto" >
Original file line number Diff line number Diff line change 2
2
import Layout from ' ../layouts/Layout.astro' ;
3
3
import TestForm from ' ./../components/TestForm.vue' ;
4
4
---
5
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
5
6
6
7
<Layout title =" Welcome to Astro." >
7
8
<div class =" dark max-w-[320px] h-screen flex items-center justify-center mx-auto" >
Original file line number Diff line number Diff line change 2
2
import Layout from ' ../layouts/Layout.astro' ;
3
3
import TestForm from ' ./../components/TestForm.vue' ;
4
4
---
5
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
5
6
6
7
<Layout title =" Welcome to Astro." >
7
8
<div class =" dark max-w-[320px] h-screen flex items-center justify-center mx-auto" >
Original file line number Diff line number Diff line change 2
2
import Layout from ' ../layouts/Layout.astro' ;
3
3
import TestForm from ' ./../components/TestForm.vue' ;
4
4
---
5
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
5
6
6
7
<Layout title =" Welcome to Astro." >
7
8
<div class =" dark max-w-[320px] h-screen flex items-center justify-center mx-auto" >
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import TestForm from './../components/TestForm.vue';
6
6
@import './../styles/style.scss';
7
7
</style >
8
8
9
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
10
+
9
11
<Layout title =" Welcome to Astro." >
10
12
<TestForm client:only =" vue" />
11
13
</Layout >
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import TestForm from './../components/TestForm.vue';
6
6
@import './../styles/style.scss';
7
7
</style >
8
8
9
+ <script is:inline type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
10
+
9
11
<Layout title =" Welcome to Astro." >
10
12
<TestForm client:only =" vue" />
11
13
</Layout >
Original file line number Diff line number Diff line change 5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
6
6
<title >Laravel</title >
7
7
@vite ([' resources/css/app.css' ,' resources/scss/app.scss' , ' resources/js/app.js' ] )
8
+ <script type =" text/javascript" src =" https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places" ></script >
8
9
</head >
9
10
<body >
10
11
<div id =" app" ></div >
Original file line number Diff line number Diff line change 1
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
2
export default defineNuxtConfig ( {
3
+ app : {
4
+ head : {
5
+ script : [
6
+ {
7
+ async : true ,
8
+ src : 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places' ,
9
+ } ,
10
+ ] ,
11
+ } ,
12
+ } ,
3
13
devtools : { enabled : true } ,
4
14
css : [ '~/assets/scss/main.scss' ] ,
5
15
modules : [
Original file line number Diff line number Diff line change 1
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
2
export default defineNuxtConfig ( {
3
+ app : {
4
+ head : {
5
+ script : [
6
+ {
7
+ async : true ,
8
+ src : 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places' ,
9
+ } ,
10
+ ] ,
11
+ } ,
12
+ } ,
3
13
devtools : { enabled : true } ,
4
14
css : [ '~/assets/scss/main.scss' ] ,
5
15
modules : [
Original file line number Diff line number Diff line change 1
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
2
export default defineNuxtConfig ( {
3
+ app : {
4
+ head : {
5
+ script : [
6
+ {
7
+ async : true ,
8
+ src : 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places' ,
9
+ } ,
10
+ ] ,
11
+ } ,
12
+ } ,
3
13
devtools : { enabled : true } ,
4
14
modules : [
5
15
'@nuxtjs/tailwindcss' ,
Original file line number Diff line number Diff line change 1
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
2
export default defineNuxtConfig ( {
3
+ app : {
4
+ head : {
5
+ script : [
6
+ {
7
+ async : true ,
8
+ src : 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places' ,
9
+ } ,
10
+ ] ,
11
+ } ,
12
+ } ,
3
13
devtools : { enabled : true } ,
4
14
modules : [
5
15
'@nuxtjs/tailwindcss' ,
Original file line number Diff line number Diff line change 1
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
2
export default defineNuxtConfig ( {
3
+ app : {
4
+ head : {
5
+ script : [
6
+ {
7
+ async : true ,
8
+ src : 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places' ,
9
+ } ,
10
+ ] ,
11
+ } ,
12
+ } ,
3
13
devtools : { enabled : true } ,
4
14
css : [ '~/assets/scss/main.scss' ] ,
5
15
modules : [
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.js "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue + TS</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.ts "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.js "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue + TS</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.ts "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.js "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue + TS</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.ts "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.js "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue + TS</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.ts "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.js "> </ script >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Vite + Vue + TS</ title >
8
+ < script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCToIMP1Rk6ZbGcfnJ2iwsnb09_lnxLmY&libraries=places "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script type ="module " src ="/src/main.ts "> </ script >
13
+ </ body >
14
+ </ html >
You can’t perform that action at this time.
0 commit comments