set use strict in the first vue project
parent
cc9418d59c
commit
ebf586a23f
|
@ -1,3 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
import { createApp } from "vue";
|
||||
|
||||
import App from "./App.vue";
|
||||
|
|
Reference in New Issue