how to import hooks files into md? #390
Answered
by
Mister-Hope
cunzaizhuyi
asked this question in
Q&A
-
here is how to import hooks files into one .md document: here is the hooks file test.js: here is the error in terminal: so, how to import hooks files into .md? |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Mar 1, 2022
Replies: 1 comment
-
All markdown pages wil be compiled to vue sfc under You need to create an alisa for that file and import that file using alias. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All markdown pages wil be compiled to vue sfc under
pages
in temp folder, and that temp folder obviously doesn't contain that file.You need to create an alisa for that file and import that file using alias.