set use strict in the first vue project

This commit is contained in:
Andreas Zweili 2021-02-02 21:56:58 +01:00
parent cc9418d59c
commit ebf586a23f
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use strict";
import { createApp } from "vue";
import App from "./App.vue";