We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d48267 commit 7ab8ca0Copy full SHA for 7ab8ca0
view/adminhtml/web/vue/menu-type/product.vue
@@ -1,13 +1,11 @@
1
<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>
+ <simple-field
+ id="snowmenu_node_product"
+ v-model="item.content"
+ :label="config.translation.productId"
+ type="textarea"
+ @input="debouncedUpdateTitle"
+ />
11
</template>
12
13
<script>
0 commit comments