Skip to content

Commit 7ab8ca0

Browse files
committed
104362 Remove wrapper
1 parent 9d48267 commit 7ab8ca0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

view/adminhtml/web/vue/menu-type/product.vue

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<template>
2-
<div>
3-
<simple-field
4-
id="snowmenu_node_product"
5-
v-model="item.content"
6-
:label="config.translation.productId"
7-
type="textarea"
8-
@input="debouncedUpdateTitle"
9-
/>
10-
</div>
2+
<simple-field
3+
id="snowmenu_node_product"
4+
v-model="item.content"
5+
:label="config.translation.productId"
6+
type="textarea"
7+
@input="debouncedUpdateTitle"
8+
/>
119
</template>
1210

1311
<script>

0 commit comments

Comments
 (0)