We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e6d6d commit a94e282Copy full SHA for a94e282
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-app",
3
- "version": "1.6.0",
+ "version": "1.7.0",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
src/App.vue
@@ -25,4 +25,4 @@ export default defineComponent({
25
});
26
</script>
27
28
-<link lang="scss" href="./App.scss" />
+<link lang="scss" src="./App.scss" />
0 commit comments