Skip to content
Snippets Groups Projects
Commit 3d5ac889 authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Merge branch 'wdfn-740' into 'main'

Use lowercase for vue import

See merge request !343
parents 92ca0f36 c0ee4400
No related branches found
No related tags found
1 merge request!343Use lowercase for vue import
......@@ -72,6 +72,7 @@ javascript_test:
- assets/package.json
- assets/package-lock.json
- "assets/src/scripts/**/*.js"
- "assets/src/scripts/**/*.vue"
- if: '$CI_COMMIT_BRANCH == "main"'
when: on_success
......
......@@ -16,9 +16,9 @@
</span>
</div>
</template>
ß
<script>
import {computed} from 'Vue';
import {computed} from 'vue';
import config from 'ui/config';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment