File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6260,7 +6260,7 @@ Object {
6260
6260
Object {
6261
6261
" arg" : Object {
6262
6262
" constType" : 0 ,
6263
- " content" : " se " ,
6263
+ " content" : " sef " ,
6264
6264
" isStatic" : false ,
6265
6265
" loc" : Object {
6266
6266
" end" : Object {
Original file line number Diff line number Diff line change @@ -814,9 +814,10 @@ function parseAttribute(
814
814
context ,
815
815
ErrorCodes . X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END
816
816
)
817
+ content = content . substr ( 1 )
818
+ } else {
819
+ content = content . substr ( 1 , content . length - 2 )
817
820
}
818
-
819
- content = content . substr ( 1 , content . length - 2 )
820
821
} else if ( isSlot ) {
821
822
// #1241 special case for v-slot: vuetify relies extensively on slot
822
823
// names containing dots. v-slot doesn't have any modifiers and Vue 2.x
You can’t perform that action at this time.
0 commit comments