Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 616aa88

Browse files
committed
Use alias in demo app
1 parent eaa5f33 commit 616aa88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import {
5454
maxLength,
5555
url,
5656
/* } from '../dist/as-dynamic-forms.common'; */
57-
} from '../../src/index';
57+
} from '@/index';
5858
5959
const data = () => ({
6060
formData: {},

dev/vue/styles/_vendors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
$input-border-radius: 50px; */
77
// @import '../../src/styles/themes/default.scss';
88

9-
@import '../../../src/styles/themes/material.scss';
9+
@import '@/styles/themes/material.scss';

0 commit comments

Comments
 (0)