Skip to content

Commit

Permalink
fix(core): merge user defined class with component top level class (#403
Browse files Browse the repository at this point in the history
)
  • Loading branch information
farnabaz authored Jun 10, 2021
1 parent 4681d74 commit 09da862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/runtime/components/NuxtContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { pascalCase } from 'scule'
import Vue from 'vue'
import info from 'property-information'
const rootKeys = ['class-name', 'class', 'style']
const rootKeys = ['class-name', 'class', 'className', 'style']
const rxOn = /^@|^v-on:/
const rxBind = /^:|^v-bind:/
Expand Down

0 comments on commit 09da862

Please sign in to comment.