File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" component-a" __vuec__ >
2
+ <div class =" component-a" >
3
3
Component A
4
4
</div >
5
5
</template >
15
15
}
16
16
</script >
17
17
18
- <style lang="less">
18
+ <style lang="less" scoped >
19
19
body {
20
20
a {
21
21
color : inherit ;
22
22
}
23
23
}
24
- .component-a [__vuec__] {
24
+ .component-a {
25
25
line-height : 50px ;
26
26
text-align : center ;
27
27
color : #fff ;
Original file line number Diff line number Diff line change 1
1
2
- <style lang="less">
2
+ <style lang="less" scoped >
3
3
@import " ../less/other.less" ;
4
- .index.__vuec__ {
4
+ .index {
5
5
> p {
6
6
line-height : 50px ;
7
7
text-align : center ;
@@ -23,7 +23,7 @@ $blue : #1875e7;
23
23
</style >
24
24
25
25
<template >
26
- <div class =" index __vuec__ " >
26
+ <div class =" index" >
27
27
<p >fis3-parser-vue-component demo runing ~</p >
28
28
<component-a ></component-a >
29
29
<component-b ></component-b >
Original file line number Diff line number Diff line change 1
1
<template lang="html">
2
- <div class =" component-a" __vuec__ >
2
+ <div class =" component-a" >
3
3
Component A
4
4
</div>
5
5
</template >
15
15
}
16
16
</script >
17
17
18
- <style lang="less">
18
+ <style lang="less" scoped >
19
19
body {
20
20
a {
21
21
color : inherit ;
22
22
}
23
23
}
24
- .component-a [__vuec__] {
24
+ .component-a {
25
25
line-height : 50px ;
26
26
text-align : center ;
27
27
color : #fff ;
Original file line number Diff line number Diff line change 1
1
2
- <style lang="less">
2
+ <style lang="less" scoped >
3
3
@import " ../less/other.less" ;
4
- .index.__vuec__ {
4
+ .index {
5
5
> p {
6
6
line-height : 50px ;
7
7
text-align : center ;
@@ -23,7 +23,7 @@ $blue : #1875e7;
23
23
</style >
24
24
25
25
<template >
26
- <div class =" index __vuec__ " >
26
+ <div class =" index" >
27
27
<p >fis3-parser-vue-component demo runing ~</p >
28
28
<component-a ></component-a >
29
29
<component-b ></component-b >
You can’t perform that action at this time.
0 commit comments