Commit a9217ba7 authored by Amulya Nagesh Jilla's avatar Amulya Nagesh Jilla

Delete MyComponent.vue

parent a6dd871c
Pipeline #5337 failed with stages
<!-- [
{
"tagName": "section",
"properties": {
"id": "about",
"class": "section section-about section-about-1 pp-scrollable"
},
"children": [
{
"tagName": "div",
"properties": {
"class": "full-screen"
},
"children": [
{
"tagName": "div",
"properties": {
"class": "display-center"
},
"children": [
{
"tagName": "div",
"properties": {
"class": "section-title-1"
},
"children": [
{
"tagName": "div",
"properties": {
"class": "container about-me-text-container"
},
"children": [
{
"comment": "Your content goes here"
},
{
"tagName": "p",
"properties": {
"v-if": "someCondition"
},
"children": ["This paragraph will be rendered if someCondition is true."]
},
{
"tagName": "div",
"properties": {
"v-show": "anotherCondition"
},
"children": ["This div will be shown if anotherCondition is true."]
},
{
"tagName": "div",
"properties": {
"v-for": "(item, index) in items"
},
"children": [
{
"tagName": "span",
"children": ["{{ item }}"]
}
]
}
]
}
]
}
]
}
]
}
]
}
] -->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment