mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Added sidebar section test.
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
import upIcon from 'assets/svg/up.svg';
|
||||
import downIcon from 'assets/svg/down.svg';
|
||||
import informationIcon from 'assets/svg/information.svg';
|
||||
import bTooltip from 'bootstrap-vue/es/components/tooltip/tooltip';
|
||||
|
||||
export default {
|
||||
props: {
|
||||
@@ -71,6 +72,9 @@
|
||||
default: true,
|
||||
},
|
||||
},
|
||||
components: {
|
||||
bTooltip,
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
tooltipId: uuid(),
|
||||
|
||||
Reference in New Issue
Block a user