docs: update getting started
This commit is contained in:
Родитель
231f866197
Коммит
af208f6eca
|
@ -364,11 +364,12 @@ To try all discussed above features, copy the below code and paste it in the App
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { ref, onMounted, defineComponent } from 'vue';
|
import { ref, onMounted, defineComponent } from 'vue';
|
||||||
import { productsData } from './appdata/products';
|
import productsData from './appdata/products';
|
||||||
import { categoriesData } from './appdata/categories';
|
import categoriesData from './appdata/categories';
|
||||||
import { process } from '@progress/kendo-data-query';
|
import { process } from '@progress/kendo-data-query';
|
||||||
import { Grid } from '@progress/kendo-vue-grid';
|
import { Grid } from '@progress/kendo-vue-grid';
|
||||||
import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
||||||
|
import '@progress/kendo-theme-default/dist/all.css';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: {
|
components: {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче