Added component for tooltips and categories
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import xmlInputFieldComponent from '@/components/xml/XmlInputFieldComponent.vue';
|
||||
import xmlOutputFieldComponent from '@/components/xml/XmlOutputFieldComponent.vue';
|
||||
import tooltipController from '@/components/xml/tooltips/TooltipController.vue';
|
||||
import tooltipComponent from '@/components/xml/tooltips/TooltipComponent.vue';
|
||||
import { ref } from 'vue';
|
||||
|
||||
|
||||
@@ -17,6 +17,6 @@ const query = ref('');
|
||||
<xmlInputFieldComponent stylized-name="XPath" :data="query" @update="(data) => {query = data}"></xmlInputFieldComponent>
|
||||
</div>
|
||||
<xmlOutputFieldComponent tool="xpath" :xml="xml" :query="query"></xmlOutputFieldComponent>
|
||||
<tooltipController></tooltipController>
|
||||
<tooltipComponent></tooltipComponent>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user