• Justin Ho Tuan Duong's avatar
    Fix tooltip props in clipboard_button · 75c956a9
    Justin Ho Tuan Duong authored
    The tooltip placement and container props were not applying
    properly. The issue was that we define the v-gl-tooltip
    directive
    twice and the second one overwrites the first one.
    
    This change combines the 2 so all props are passed properly.
    75c956a9
clipboard_button.vue 1.87 KB