add layoutTransition to with-config test

This commit is contained in:
James Homer 2017-09-09 12:39:20 +01:00
parent ad09857234
commit 9dd3c7fea0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
.global-css-selector { .global-css-selector {
color: red; color: red;
} }
.test-enter-active, .test-leave-active {
transition: opacity .5s
}
.test-enter, .test-leave-active {
opacity: 0
}

View File

@ -15,6 +15,7 @@ module.exports = {
} }
}, },
transition: 'test', transition: 'test',
layoutTransition: 'test',
offline: true, offline: true,
plugins: [ plugins: [
'~/plugins/test.js', '~/plugins/test.js',