@policystudio/policy-studio-ui-vue 1.1.90-beta.21 → 1.1.90-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/forms/PsDropdown.vue +1 -1
- package/src/components/forms/PsDropdownList.vue +1 -1
- package/src/components/forms/PsInput.vue +1 -1
- package/src/components/forms/PsInputSelect.vue +1 -1
- package/src/components/forms/PsInputTextArea.vue +0 -1
- package/src/components/table-results/PsTableResults.vue +1 -1
- package/src/components/table-results/PsTableResultsHead.vue +1 -1
- package/src/components/table-results/PsTableResultsHeadComparison.vue +1 -1
- package/src/components/tabs/PsTabHeader.vue +1 -1
package/package.json
CHANGED
|
@@ -350,7 +350,7 @@ import PsTooltip from '../tooltip/PsTooltip.vue'
|
|
|
350
350
|
import PsSwitch from '../controls/PsSwitch.vue'
|
|
351
351
|
import tailwindConfig from '../../../tailwind.config'
|
|
352
352
|
|
|
353
|
-
import { ref, computed, watch, onMounted, onBeforeUnmount,
|
|
353
|
+
import { ref, computed, watch, onMounted, onBeforeUnmount, getCurrentInstance } from 'vue'
|
|
354
354
|
|
|
355
355
|
const props = defineProps({
|
|
356
356
|
/**
|