@@ -113,7 +113,7 @@ export default ___CSS_LOADER_EXPORT___;
113
113
` ;
114
114
115
115
exports [` Transform template test should render vue: vue template 1` ] = `
116
- "var render = function() {
116
+ "var render = function () {
117
117
var _vm = this
118
118
var _h = _vm .$createElement
119
119
var _c = _vm ._self ._c || _h
@@ -125,7 +125,7 @@ exports[`Transform template test should render vue: vue template 1`] = `
125
125
{
126
126
staticClass:
127
127
\\" px-5 p-1 text-red hover:text-green-100 hover:rounded-full hover:bg-teal-900\\ " ,
128
- class: { \\" bg-teal-100\\ " : true , \\" hover:w-1/3\\ " : true }
128
+ class: { \\" bg-teal-100\\ " : true , \\" hover:w-1/3\\ " : true },
129
129
},
130
130
[_vm ._v (\\" \\\\ n\\\\ t\\\\ t\\\\ t\\\\ tHello World\\\\ n\\\\ t\\\\ t\\\\ t\\ " )]
131
131
),
@@ -135,11 +135,11 @@ exports[`Transform template test should render vue: vue template 1`] = `
135
135
_c (\\" div\\ " , { staticClass: \\" bar\\ " }, [_vm ._v (\\" \\\\ n\\\\ t\\\\ t\\\\ t\\\\ tBar\\\\ n\\\\ t\\\\ t\\\\ t\\ " )]),
136
136
_vm ._v (\\" \\ " ),
137
137
_c (\\" div\\ " , { staticClass: \\" bg-black bg-blue-200 bg-red-200\\ " }, [
138
- _vm ._v (\\" \\\\ n\\\\ t\\\\ t\\\\ t\\\\ tWithout ! (red)\\\\ n\\\\ t\\\\ t\\\\ t\\ " )
138
+ _vm ._v (\\" \\\\ n\\\\ t\\\\ t\\\\ t\\\\ tWithout ! (red)\\\\ n\\\\ t\\\\ t\\\\ t\\ " ),
139
139
]),
140
140
_vm ._v (\\" \\ " ),
141
141
_c (\\" div\\ " , { staticClass: \\" bg-black !bg-blue-200 bg-red-200\\ " }, [
142
- _vm ._v (\\" \\\\ n\\\\ t\\\\ t\\\\ t\\\\ tWith ! (blue)\\\\ n\\\\ t\\\\ t\\\\ t\\ " )
142
+ _vm ._v (\\" \\\\ n\\\\ t\\\\ t\\\\ t\\\\ tWith ! (blue)\\\\ n\\\\ t\\\\ t\\\\ t\\ " ),
143
143
]),
144
144
_vm ._v (\\" \\ " ),
145
145
_vm ._m (0 ),
@@ -158,46 +158,46 @@ exports[`Transform template test should render vue: vue template 1`] = `
158
158
text: \\" sm white\\ " ,
159
159
font: \\" mono light\\ " ,
160
160
p: \\" y-2 x-4\\ " ,
161
- border: \\" 2 rounded blue-200\\ "
162
- }
161
+ border: \\" 2 rounded blue-200\\ " ,
162
+ },
163
163
},
164
164
[_vm ._v (\\" \\\\ n Button\\\\ n \\ " )]
165
- )
165
+ ),
166
166
])
167
167
}
168
168
var staticRenderFns = [
169
- function() {
169
+ function () {
170
170
var _vm = this
171
171
var _h = _vm .$createElement
172
172
var _c = _vm ._self ._c || _h
173
173
return _c (\\" div\\ " , { staticClass: \\" less-global\\ " }, [
174
- _c (\\" h2\\ " , [_vm ._v (\\" Less global\\ " )])
174
+ _c (\\" h2\\ " , [_vm ._v (\\" Less global\\ " )]),
175
175
])
176
176
} ,
177
- function() {
177
+ function () {
178
178
var _vm = this
179
179
var _h = _vm .$createElement
180
180
var _c = _vm ._self ._c || _h
181
181
return _c (\\" div\\ " , { staticClass: \\" scss-global\\ " }, [
182
- _c (\\" h2\\ " , [_vm ._v (\\" SCSS global\\ " )])
182
+ _c (\\" h2\\ " , [_vm ._v (\\" SCSS global\\ " )]),
183
183
])
184
184
} ,
185
- function() {
185
+ function () {
186
186
var _vm = this
187
187
var _h = _vm .$createElement
188
188
var _c = _vm ._self ._c || _h
189
189
return _c (\\" div\\ " , { staticClass: \\" sass-global\\ " }, [
190
- _c (\\" h2\\ " , [_vm ._v (\\" SASS global\\ " )])
190
+ _c (\\" h2\\ " , [_vm ._v (\\" SASS global\\ " )]),
191
191
])
192
192
} ,
193
- function() {
193
+ function () {
194
194
var _vm = this
195
195
var _h = _vm .$createElement
196
196
var _c = _vm ._self ._c || _h
197
197
return _c (\\" div\\ " , { staticClass: \\" css-global\\ " }, [
198
- _c (\\" h2\\ " , [_vm ._v (\\" CSS global\\ " )])
198
+ _c (\\" h2\\ " , [_vm ._v (\\" CSS global\\ " )]),
199
199
])
200
- }
200
+ } ,
201
201
]
202
202
render._withStripped = true
203
203
0 commit comments