Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146945 | Aug 26,2019 02:49 PM UTC | Aug 29,2019 09:25 AM UTC | Vue | 3 |
![]() |
Tags: TreeGrid |
Nametemplate.vue
<template>
<div>{{ data.taskName }}</div>
</template>
<script>
export default {
data: function() {
return {
data: {}
};
},
}
</script> |
<template>
<div style="display:inline;">{{ data.taskName }}</div>
</template>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.