quasar-app-extension-qribbon
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
{ | ||
"name": "quasar-app-extension-qribbon", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "QRibbon - Quasar App Extension", | ||
@@ -5,0 +5,0 @@ "author": "Allan Gaunt <allangaunt@gmail.com>", |
@@ -59,8 +59,9 @@ import Vue from 'vue' | ||
validator: (val) => [ | ||
'round-in', | ||
'round-out', | ||
'rounded-in', | ||
'rounded-out', | ||
'triangle-in', | ||
'triangle-out' | ||
].includes(val) | ||
} | ||
}, | ||
inline: Boolean | ||
}, | ||
@@ -95,3 +96,3 @@ | ||
__renderDefaultRibbon (h) { | ||
return this.__renderBaseRibbon(h, [ h('div', slot(this, 'default')) ]) | ||
return this.__renderBaseRibbon(h) | ||
}, | ||
@@ -115,3 +116,3 @@ | ||
return h('div', { | ||
staticClass: 'qribbon__container' | ||
staticClass: `qribbon__container ${this.position} ${this.inline ? 'inline' : ''}` | ||
}, [ | ||
@@ -118,0 +119,0 @@ this.__renderRibbon(h) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210
20687