removed references to v3compat

このコミットが含まれているのは:
Henry Jameson 2020-01-13 02:02:31 +02:00
コミット 9943e1cc43
1個のファイルの変更0行の追加2行の削除

ファイルの表示

@ -481,7 +481,6 @@ export default {
currentColors () {
try {
this.previewColors = generateColors({
v3compat: this.currentCompat,
opacity: this.currentOpacity,
colors: this.currentColors
})
@ -494,7 +493,6 @@ export default {
currentOpacity () {
try {
this.previewColors = generateColors({
v3compat: this.currentCompat,
opacity: this.currentOpacity,
colors: this.currentColors
})