|
|
@ -420,7 +420,7 @@ Note that only one space is required after `!code`, here are two to prevent proc
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
data () {
|
|
|
|
data () {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
msg: 'Focused!' // [!code focus]
|
|
|
|
msg: 'Focused!' // [!code focus]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -452,8 +452,8 @@ Note that only one space is required after `!code`, here are two to prevent proc
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
data () {
|
|
|
|
data () {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
msg: 'Removed' // [!code --]
|
|
|
|
msg: 'Removed' // [!code --]
|
|
|
|
msg: 'Added' // [!code ++]
|
|
|
|
msg: 'Added' // [!code ++]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -486,8 +486,8 @@ Note that only one space is required after `!code`, here are two to prevent proc
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
data () {
|
|
|
|
data () {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
msg: 'Error', // [!code error]
|
|
|
|
msg: 'Error', // [!code error]
|
|
|
|
msg: 'Warning' // [!code warning]
|
|
|
|
msg: 'Warning' // [!code warning]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|