Skip to content

Commit 9463030

Browse files
authored
Replace Ribbon with Toolbar in track-changes.md
1 parent 2f65c29 commit 9463030

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/Word/Word-Processor/vue/track-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The following example code illustrates how to enable and update custom metadata
179179
</template>
180180
<script>
181181
import Vue from 'vue';
182-
import { DocumentEditorContainerPlugin, DocumentEditorContainerComponent,Ribbon} from '@syncfusion/ej2-vue-documenteditor';
182+
import { DocumentEditorContainerPlugin, DocumentEditorContainerComponent, Toolbar} from '@syncfusion/ej2-vue-documenteditor';
183183

184184
Vue.use(DocumentEditorContainerPlugin);
185185

@@ -190,7 +190,7 @@ The following example code illustrates how to enable and update custom metadata
190190
},
191191
provide: {
192192
//Inject require modules.
193-
DocumentEditorContainer: [Ribbon]
193+
DocumentEditorContainer: [Toolbar]
194194
}
195195
}
196196
</script>

0 commit comments

Comments
 (0)