Commit 0f3e963 1 parent 597e7a0 commit 0f3e963 Copy full SHA for 0f3e963
File tree 6 files changed +12
-29
lines changed
6 files changed +12
-29
lines changed Original file line number Diff line number Diff line change 1
- @import ' ./variables' ;
2
- @import ' ./mixins' ;
3
- @import ' ./tailwind' ;
1
+ @use ' ./variables' ;
2
+ @use ' ./mixins' ;
3
+ @use ' ./tailwind' ;
Original file line number Diff line number Diff line change 1
- import { type MetaFlat } from 'zhead'
1
+ import type { MetaFlat } from 'zhead'
2
2
3
3
type MetaPickedRequired = Pick <
4
4
MetaFlat ,
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <section :class = " $style.section " >
3
+ <section >
4
4
<h1 >お問い合わせ 入力内容確認</h1 >
5
5
<TheContactFormConfirm class =" contact-form" />
6
6
</section >
19
19
robots: ' none' ,
20
20
})
21
21
</script >
22
- <style lang="scss" module>
23
- .section {
24
- @apply w- 9/12 mx-auto ;
25
- }
26
- </style >
22
+ <style lang="scss" module></style >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <section :class = " $style.section " >
3
+ <section >
4
4
<h1 >お問い合わせ</h1 >
5
5
<TheContactForm />
6
6
</section >
21
21
const { initializeForm } = useContactForm ()
22
22
initializeForm ()
23
23
</script >
24
- e
25
- <style lang="scss" module>
26
- .section {
27
- @apply w- 9/12 mx-auto ;
28
- }
29
- </style >
24
+ <style lang="scss" module></style >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <section :class = " $style.section " >
3
+ <section >
4
4
<h1 >お問い合わせ</h1 >
5
5
<p >お問い合わせいただきありがとうございました</p >
6
6
</section >
21
21
const { initializeForm } = useContactForm ()
22
22
initializeForm ()
23
23
</script >
24
- <style lang="scss" module>
25
- .section {
26
- @apply w- 9/12 mx-auto ;
27
- }
28
- </style >
24
+ <style lang="scss" module></style >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <section :class = " $style.section " >
3
+ <section >
4
4
<h1 >Index page</h1 >
5
5
</section >
6
6
</div >
18
18
robots: ' all' ,
19
19
})
20
20
</script >
21
- <style lang="scss" module>
22
- .section {
23
- @apply w- 9/12 mx-auto ;
24
- }
25
- </style >
21
+ <style lang="scss" module></style >
You can’t perform that action at this time.
0 commit comments