Skip to content

Commit 1c46aef

Browse files
author
Lionel Bijaoui
committed
enhenhancement: remove scoped styles
1 parent 21c8876 commit 1c46aef

21 files changed

+82
-82
lines changed

dist/vue-form-generator.css

+39-39
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,24 @@ fieldset .form-group {
106106
padding-top: 0px;
107107
margin-top: 0.2em;
108108
font-weight: 600; }
109-
input[type=checkbox][_v-2fdafcb6] {
109+
input[type=checkbox] {
110110
margin-left: 12px; }
111-
.listbox[_v-3254e498], .dropList[_v-3254e498] {
111+
.listbox, .dropList {
112112
height: auto;
113113
max-height: 150px;
114114
overflow: auto; }
115-
.listbox .list-row label[_v-3254e498], .dropList .list-row label[_v-3254e498] {
115+
.listbox .list-row label, .dropList .list-row label {
116116
font-weight: initial; }
117-
.listbox .list-row input[_v-3254e498], .dropList .list-row input[_v-3254e498] {
117+
.listbox .list-row input, .dropList .list-row input {
118118
margin-right: 0.3em; }
119119

120-
.combobox[_v-3254e498] {
120+
.combobox {
121121
height: initial;
122122
overflow: hidden; }
123-
.combobox .mainRow[_v-3254e498] {
123+
.combobox .mainRow {
124124
cursor: pointer;
125125
position: relative; }
126-
.combobox .mainRow .arrow[_v-3254e498] {
126+
.combobox .mainRow .arrow {
127127
position: absolute;
128128
right: -6px;
129129
top: 4px;
@@ -137,22 +137,22 @@ input[type=checkbox][_v-2fdafcb6] {
137137
transition: transform 0.5s, -webkit-transform 0.5s;
138138
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGdJREFUOI3tzjsOwjAURNGDUqSgTxU5K2AVrJtswjUsgHSR0qdxAZZFPrS+3ZvRzBsqf9MUtBtazJk+oMe0VTriiZCFX8nbpENMgfARjsn74vKj5IFruhfc8d6zIF9S/Hyk5HS4spMVeFcOjszaOwMAAAAASUVORK5CYII=");
139139
background-repeat: no-repeat; }
140-
.combobox .mainRow.expanded .arrow[_v-3254e498] {
140+
.combobox .mainRow.expanded .arrow {
141141
-webkit-transform: rotate(-180deg);
142142
transform: rotate(-180deg); }
143-
.combobox .dropList[_v-3254e498] {
143+
.combobox .dropList {
144144
-webkit-transition: height 0.5s;
145145
transition: height 0.5s; }
146-
span[_v-da15201e] {
146+
span {
147147
margin-left: 0.3em; }
148-
input[_v-6ef4e97d] {
148+
input {
149149
width: 100%; }
150-
input[_v-c97470ac] {
150+
input {
151151
width: 100%; }
152-
.wrapper[_v-2ee9a42e], input[_v-2ee9a42e] {
152+
.wrapper, input {
153153
width: 100%; }
154154

155-
.preview[_v-2ee9a42e] {
155+
.preview {
156156
position: relative;
157157
margin-top: 5px;
158158
height: 100px;
@@ -162,7 +162,7 @@ input[_v-c97470ac] {
162162
border: 1px solid #ccc;
163163
border-radius: 3px;
164164
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
165-
.preview .remove[_v-2ee9a42e] {
165+
.preview .remove {
166166
/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42u2SwQoAIAhD88vVLy8KBlaS0i1oJwP3piGVg0Skmpq8HjqZrWl9uwCbGAmwKYGZs/6iqgMyAdJuM8W2QmYKpLt/0AG9ASCv/oAnANd3AEjmAlFT1BypAV+PnRH5YehvAAAAAElFTkSuQmCC');
167167
width: 16px;
168168
height: 16px;
@@ -172,25 +172,25 @@ input[_v-c97470ac] {
172172
right: 0.2em;
173173
bottom: 0.2em;
174174
opacity: 0.7; }
175-
.preview .remove[_v-2ee9a42e]:hover {
175+
.preview .remove:hover {
176176
opacity: 1.0;
177177
cursor: pointer; }
178-
span[_v-0eace1fc] {
178+
span {
179179
display: block;
180180
width: 100%;
181181
margin-left: 12px; }
182-
input[_v-2b1174ed] {
182+
input {
183183
width: 100%; }
184-
input[_v-6a19b8ab] {
184+
input {
185185
width: 100%; }
186-
input[_v-6c65f47d] {
186+
input {
187187
width: 100%; }
188-
input[_v-1fd4066a] {
188+
input {
189189
width: 100%; }
190190

191-
.helpText[_v-1fd4066a] {
191+
.helpText {
192192
margin: auto 0.5em; }
193-
select[_v-1ec600de] {
193+
select {
194194
width: 100%; }
195195
.bootstrap-select .dropdown-menu li.selected .text {
196196
font-weight: bold; }
@@ -235,13 +235,13 @@ select[_v-1ec600de] {
235235

236236

237237

238-
img[_v-5915e81c] {
238+
img {
239239
display: block;
240240
width: auto;
241241
max-width: 100%; }
242242
input[_v-05b01dfa] {
243243
width: 100%; }
244-
label[_v-6cc6a716] {
244+
label {
245245
position: relative;
246246
display: block;
247247
vertical-align: top;
@@ -256,13 +256,13 @@ label[_v-6cc6a716] {
256256
box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
257257
cursor: pointer; }
258258

259-
input[_v-6cc6a716] {
259+
input {
260260
position: absolute;
261261
top: 0;
262262
left: 0;
263263
opacity: 0; }
264264

265-
.label[_v-6cc6a716] {
265+
.label {
266266
position: relative;
267267
display: block;
268268
height: inherit;
@@ -272,38 +272,38 @@ input[_v-6cc6a716] {
272272
border-radius: inherit;
273273
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); }
274274

275-
.label[_v-6cc6a716]:before, .label[_v-6cc6a716]:after {
275+
.label:before, .label:after {
276276
position: absolute;
277277
top: 50%;
278278
margin-top: -.5em;
279279
line-height: 1;
280280
-webkit-transition: inherit;
281281
transition: inherit; }
282282

283-
.label[_v-6cc6a716]:before {
283+
.label:before {
284284
content: attr(data-off);
285285
right: 11px;
286286
color: #aaaaaa;
287287
text-shadow: 0 1px rgba(255, 255, 255, 0.5); }
288288

289-
.label[_v-6cc6a716]:after {
289+
.label:after {
290290
content: attr(data-on);
291291
left: 11px;
292292
color: #FFFFFF;
293293
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
294294
opacity: 0; }
295295

296-
input:checked ~ .label[_v-6cc6a716] {
296+
input:checked ~ .label {
297297
background: #E1B42B;
298298
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }
299299

300-
input:checked ~ .label[_v-6cc6a716]:before {
300+
input:checked ~ .label:before {
301301
opacity: 0; }
302302

303-
input:checked ~ .label[_v-6cc6a716]:after {
303+
input:checked ~ .label:after {
304304
opacity: 1; }
305305

306-
.handle[_v-6cc6a716] {
306+
.handle {
307307
position: absolute;
308308
top: 4px;
309309
left: 4px;
@@ -315,7 +315,7 @@ input:checked ~ .label[_v-6cc6a716]:after {
315315
border-radius: 100%;
316316
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
317317

318-
.handle[_v-6cc6a716]:before {
318+
.handle:before {
319319
content: "";
320320
position: absolute;
321321
top: 50%;
@@ -329,16 +329,16 @@ input:checked ~ .label[_v-6cc6a716]:after {
329329
border-radius: 6px;
330330
box-shadow: inset 0 1px rgba(0, 0, 0, 0.02); }
331331

332-
input:checked ~ .handle[_v-6cc6a716] {
332+
input:checked ~ .handle {
333333
left: 94px;
334334
box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }
335335

336336
/* Transition
337337
========================== */
338-
.label[_v-6cc6a716], .handle[_v-6cc6a716] {
338+
.label, .handle {
339339
-webkit-transition: all 0.3s ease;
340340
transition: all 0.3s ease; }
341-
input[_v-59b0db0f] {
341+
input {
342342
width: 100%; }
343-
textarea[_v-51662488] {
343+
textarea {
344344
width: 100%; }

dist/vue-form-generator.js

+17-17
Original file line numberDiff line numberDiff line change
@@ -27153,7 +27153,7 @@ return /******/ (function(modules) { // webpackBootstrap
2715327153
/* 13 */
2715427154
/***/ function(module, exports) {
2715527155

27156-
module.exports = "<input type=\"checkbox\" v-model=\"value\" :disabled=\"disabled\" _v-2fdafcb6=\"\">";
27156+
module.exports = "<input type=\"checkbox\" v-model=\"value\" :disabled=\"disabled\"/>";
2715727157

2715827158
/***/ },
2715927159
/* 14 */
@@ -27257,7 +27257,7 @@ return /******/ (function(modules) { // webpackBootstrap
2725727257
/* 17 */
2725827258
/***/ function(module, exports) {
2725927259

27260-
module.exports = "<div v-if=\"schema.listBox\" class=\"listbox form-control\" _v-3254e498=\"\"><div v-for=\"item in items\" class=\"list-row\" _v-3254e498=\"\"><label _v-3254e498=\"\"><input type=\"checkbox\" :checked=\"getItemIsChecked(item)\" @change=\"onChanged($event, item)\" _v-3254e498=\"\">{{ getItemName(item) }}</label></div></div><div v-if=\"!schema.listBox\" class=\"combobox form-control\" _v-3254e498=\"\"><div @click=\"onExpandCombo\" :class=\"{ expanded: comboExpanded }\" class=\"mainRow\" _v-3254e498=\"\"><div class=\"info\" _v-3254e498=\"\">{{ selectedCount }} selected</div><div class=\"arrow\" _v-3254e498=\"\"></div></div><div class=\"dropList\" _v-3254e498=\"\"><div v-if=\"comboExpanded\" v-for=\"item in items\" class=\"list-row\" _v-3254e498=\"\"><label _v-3254e498=\"\"><input type=\"checkbox\" :checked=\"getItemIsChecked(item)\" @change=\"onChanged($event, item)\" _v-3254e498=\"\">{{ getItemName(item) }}</label></div></div></div>";
27260+
module.exports = "<div v-if=\"schema.listBox\" class=\"listbox form-control\"><div v-for=\"item in items\" class=\"list-row\"><label><input type=\"checkbox\" :checked=\"getItemIsChecked(item)\" @change=\"onChanged($event, item)\"/>{{ getItemName(item) }}</label></div></div><div v-if=\"!schema.listBox\" class=\"combobox form-control\"><div @click=\"onExpandCombo\" :class=\"{ expanded: comboExpanded }\" class=\"mainRow\"><div class=\"info\">{{ selectedCount }} selected</div><div class=\"arrow\"></div></div><div class=\"dropList\"><div v-if=\"comboExpanded\" v-for=\"item in items\" class=\"list-row\"><label><input type=\"checkbox\" :checked=\"getItemIsChecked(item)\" @change=\"onChanged($event, item)\"/>{{ getItemName(item) }}</label></div></div></div>";
2726127261

2726227262
/***/ },
2726327263
/* 18 */
@@ -27296,7 +27296,7 @@ return /******/ (function(modules) { // webpackBootstrap
2729627296
/* 21 */
2729727297
/***/ function(module, exports) {
2729827298

27299-
module.exports = "<input type=\"color\" v-model=\"value\" :disabled=\"disabled\" _v-da15201e=\"\"><span class=\"helper\" _v-da15201e=\"\">{{ value }}</span>";
27299+
module.exports = "<input type=\"color\" v-model=\"value\" :disabled=\"disabled\"/><span class=\"helper\">{{ value }}</span>";
2730027300

2730127301
/***/ },
2730227302
/* 22 */
@@ -41414,7 +41414,7 @@ return /******/ (function(modules) { // webpackBootstrap
4141441414
/* 128 */
4141541415
/***/ function(module, exports) {
4141641416

41417-
module.exports = "<div class=\"input-group date\" _v-6ef4e97d=\"\"><input type=\"text\" v-model=\"value\" :disabled=\"disabled\" class=\"form-control\" _v-6ef4e97d=\"\"><span class=\"input-group-addon\" _v-6ef4e97d=\"\"><span class=\"glyphicon glyphicon-calendar\" _v-6ef4e97d=\"\"></span></span></div>";
41417+
module.exports = "<div class=\"input-group date\"><input type=\"text\" v-model=\"value\" :disabled=\"disabled\" class=\"form-control\"/><span class=\"input-group-addon\"><span class=\"glyphicon glyphicon-calendar\"></span></span></div>";
4141841418

4141941419
/***/ },
4142041420
/* 129 */
@@ -41453,7 +41453,7 @@ return /******/ (function(modules) { // webpackBootstrap
4145341453
/* 132 */
4145441454
/***/ function(module, exports) {
4145541455

41456-
module.exports = "<input type=\"email\" v-model=\"value\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\" _v-c97470ac=\"\">";
41456+
module.exports = "<input type=\"email\" v-model=\"value\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\"/>";
4145741457

4145841458
/***/ },
4145941459
/* 133 */
@@ -41561,7 +41561,7 @@ return /******/ (function(modules) { // webpackBootstrap
4156141561
/* 136 */
4156241562
/***/ function(module, exports) {
4156341563

41564-
module.exports = "<div class=\"wrapper\" _v-2ee9a42e=\"\"><input type=\"text\" v-model=\"wrappedValue\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control link\" _v-2ee9a42e=\"\"><input type=\"file\" :readonly=\"schema.readonly\" :disabled=\"disabled\" v-if=\"schema.browse !== false\" @change=\"fileChanged\" class=\"form-control file\" _v-2ee9a42e=\"\"><div :style=\"previewStyle\" class=\"preview\" _v-2ee9a42e=\"\"><div title=\"Remove image\" @click=\"remove\" class=\"remove fa fa-trash-o\" _v-2ee9a42e=\"\"></div></div></div>";
41564+
module.exports = "<div class=\"wrapper\"><input type=\"text\" v-model=\"wrappedValue\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control link\"/><input type=\"file\" :readonly=\"schema.readonly\" :disabled=\"disabled\" v-if=\"schema.browse !== false\" @change=\"fileChanged\" class=\"form-control file\"/><div :style=\"previewStyle\" class=\"preview\"><div title=\"Remove image\" @click=\"remove\" class=\"remove fa fa-trash-o\"></div></div></div>";
4156541565

4156641566
/***/ },
4156741567
/* 137 */
@@ -41600,7 +41600,7 @@ return /******/ (function(modules) { // webpackBootstrap
4160041600
/* 140 */
4160141601
/***/ function(module, exports) {
4160241602

41603-
module.exports = "<span _v-0eace1fc=\"\">{{ value }}</span>";
41603+
module.exports = "<span>{{ value }}</span>";
4160441604

4160541605
/***/ },
4160641606
/* 141 */
@@ -41661,7 +41661,7 @@ return /******/ (function(modules) { // webpackBootstrap
4166141661
/* 144 */
4166241662
/***/ function(module, exports) {
4166341663

41664-
module.exports = "<input type=\"text\" v-model=\"value\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\" _v-2b1174ed=\"\">";
41664+
module.exports = "<input type=\"text\" v-model=\"value\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\"/>";
4166541665

4166641666
/***/ },
4166741667
/* 145 */
@@ -41700,7 +41700,7 @@ return /******/ (function(modules) { // webpackBootstrap
4170041700
/* 148 */
4170141701
/***/ function(module, exports) {
4170241702

41703-
module.exports = "<input type=\"number\" v-model=\"value\" number=\"number\" :min=\"schema.min\" :max=\"schema.max\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\" _v-6a19b8ab=\"\">";
41703+
module.exports = "<input type=\"number\" v-model=\"value\" number=\"number\" :min=\"schema.min\" :max=\"schema.max\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\"/>";
4170441704

4170541705
/***/ },
4170641706
/* 149 */
@@ -41739,7 +41739,7 @@ return /******/ (function(modules) { // webpackBootstrap
4173941739
/* 152 */
4174041740
/***/ function(module, exports) {
4174141741

41742-
module.exports = "<input type=\"password\" v-model=\"value\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\" _v-6c65f47d=\"\">";
41742+
module.exports = "<input type=\"password\" v-model=\"value\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\"/>";
4174341743

4174441744
/***/ },
4174541745
/* 153 */
@@ -41778,7 +41778,7 @@ return /******/ (function(modules) { // webpackBootstrap
4177841778
/* 156 */
4177941779
/***/ function(module, exports) {
4178041780

41781-
module.exports = "<input type=\"range\" v-model=\"value\" :min=\"schema.min\" :max=\"schema.max\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\" _v-1fd4066a=\"\"><div class=\"helpText\" _v-1fd4066a=\"\">{{ value }}</div>";
41781+
module.exports = "<input type=\"range\" v-model=\"value\" :min=\"schema.min\" :max=\"schema.max\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\"/><div class=\"helpText\">{{ value }}</div>";
4178241782

4178341783
/***/ },
4178441784
/* 157 */
@@ -41859,7 +41859,7 @@ return /******/ (function(modules) { // webpackBootstrap
4185941859
/* 160 */
4186041860
/***/ function(module, exports) {
4186141861

41862-
module.exports = "<select v-model=\"value\" :disabled=\"disabled\" class=\"form-control\" _v-1ec600de=\"\"><option :disabled=\"schema.required\" :value=\"null\" :selected=\"value == undefined\" _v-1ec600de=\"\">&lt;Not selected&gt;</option><option v-for=\"item in items\" :value=\"getItemID(item)\" _v-1ec600de=\"\">{{ getItemName(item) }}</option></select>";
41862+
module.exports = "<select v-model=\"value\" :disabled=\"disabled\" class=\"form-control\"><option :disabled=\"schema.required\" :value=\"null\" :selected=\"value == undefined\">&lt;Not selected&gt;</option><option v-for=\"item in items\" :value=\"getItemID(item)\">{{ getItemName(item) }}</option></select>";
4186341863

4186441864
/***/ },
4186541865
/* 161 */
@@ -43072,7 +43072,7 @@ return /******/ (function(modules) { // webpackBootstrap
4307243072
/* 229 */
4307343073
/***/ function(module, exports) {
4307443074

43075-
module.exports = "<input type=\"text\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" _v-0942c6b3=\"\">";
43075+
module.exports = "<input type=\"text\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\"/>";
4307643076

4307743077
/***/ },
4307843078
/* 230 */
@@ -43135,7 +43135,7 @@ return /******/ (function(modules) { // webpackBootstrap
4313543135
/* 233 */
4313643136
/***/ function(module, exports) {
4313743137

43138-
module.exports = "<img :src=\"mapLink\" _v-5915e81c=\"\">";
43138+
module.exports = "<img :src=\"mapLink\"/>";
4313943139

4314043140
/***/ },
4314143141
/* 234 */
@@ -43278,7 +43278,7 @@ return /******/ (function(modules) { // webpackBootstrap
4327843278
/* 241 */
4327943279
/***/ function(module, exports) {
4328043280

43281-
module.exports = "<label _v-6cc6a716=\"\"><input type=\"checkbox\" v-model=\"value\" :disabled=\"disabled\" _v-6cc6a716=\"\"><span :data-on=\"schema.textOn || 'On'\" :data-off=\"schema.textOff || 'Off'\" class=\"label\" _v-6cc6a716=\"\"></span><span class=\"handle\" _v-6cc6a716=\"\"></span></label>";
43281+
module.exports = "<label><input type=\"checkbox\" v-model=\"value\" :disabled=\"disabled\"/><span :data-on=\"schema.textOn || 'On'\" :data-off=\"schema.textOff || 'Off'\" class=\"label\"></span><span class=\"handle\"></span></label>";
4328243282

4328343283
/***/ },
4328443284
/* 242 */
@@ -43317,7 +43317,7 @@ return /******/ (function(modules) { // webpackBootstrap
4331743317
/* 245 */
4331843318
/***/ function(module, exports) {
4331943319

43320-
module.exports = "<input type=\"text\" v-model=\"value\" :maxlength=\"schema.max\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\" _v-59b0db0f=\"\">";
43320+
module.exports = "<input type=\"text\" v-model=\"value\" :maxlength=\"schema.max\" :readonly=\"schema.readonly\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\"/>";
4332143321

4332243322
/***/ },
4332343323
/* 246 */
@@ -43356,7 +43356,7 @@ return /******/ (function(modules) { // webpackBootstrap
4335643356
/* 249 */
4335743357
/***/ function(module, exports) {
4335843358

43359-
module.exports = "<textarea v-model=\"value\" :rows=\"schema.rows || 2\" :readonly=\"schema.readonly\" :placeholder=\"schema.placeholder\" :disabled=\"disabled\" :maxlength=\"schema.max\" class=\"form-control\" _v-51662488=\"\"></textarea>";
43359+
module.exports = "<textarea v-model=\"value\" :rows=\"schema.rows || 2\" :readonly=\"schema.readonly\" :placeholder=\"schema.placeholder\" :disabled=\"disabled\" :maxlength=\"schema.max\" class=\"form-control\"></textarea>";
4336043360

4336143361
/***/ },
4336243362
/* 250 */

dist/vue-form-generator.min.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/fields/fieldCheckbox.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
};
1111
</script>
1212

13-
<style lang="sass" scoped>
13+
<style lang="sass">
1414
input[type=checkbox] {
1515
margin-left: 12px;
1616
}

src/fields/fieldChecklist.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</script>
8585

8686

87-
<style lang="sass" scoped>
87+
<style lang="sass">
8888
8989
.listbox, .dropList {
9090
height: auto;

src/fields/fieldColor.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</script>
1212

1313

14-
<style lang="sass" scoped>
14+
<style lang="sass">
1515
span {
1616
margin-left: 0.3em;
1717
}

0 commit comments

Comments
 (0)