File tree Expand file tree Collapse file tree
Document-Processing/Word/Word-Processor/vue Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments