You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./node_modules/vue2-admin-lte/src/components/Modal.vue?vue&type=template&id=796e3219&lang=html& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/html-loader!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/vue2-admin-lte/src/components/Modal.vue?vue&type=template&id=796e3219&lang=html&)
Module Error (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error)
Errors compiling template:
text "module.exports = "\n" outside root element will be ignored.
......
open the Model.vue
change the first row
<template lang="html">
to
<template>
run...
the trouble was solved.
How did the trouble come about?Is there a better way than changing files?
I'm sorry, I can't speak English
The text was updated successfully, but these errors were encountered:
I tried to use
App.vue
in my larva 6 projectopen the
Model.vue
change the first row
to
run...
the trouble was solved.
How did the trouble come about?Is there a better way than changing files?
I'm sorry, I can't speak English
The text was updated successfully, but these errors were encountered: