Skip to content

Commit a2d1b24

Browse files
Merge pull request #496 from telerik/fix-getting-started
docs: update getting started
2 parents 231f866 + af208f6 commit a2d1b24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/getting-started/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,12 @@ To try all discussed above features, copy the below code and paste it in the App
364364

365365
<script>
366366
import { ref, onMounted, defineComponent } from 'vue';
367-
import { productsData } from './appdata/products';
368-
import { categoriesData } from './appdata/categories';
367+
import productsData from './appdata/products';
368+
import categoriesData from './appdata/categories';
369369
import { process } from '@progress/kendo-data-query';
370370
import { Grid } from '@progress/kendo-vue-grid';
371371
import { DropDownList } from '@progress/kendo-vue-dropdowns';
372+
import '@progress/kendo-theme-default/dist/all.css';
372373

373374
export default defineComponent({
374375
components: {

0 commit comments

Comments
 (0)