Read file inside current directory using Vue
问题 I'm trying to get text file data located in the same directory where my .vue file is. But it's not returning the text on both chrome and firefox. Instead it's returning following response, which is not the content of my text file. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>router-project</title> </head> <body> <div id="app"></div> <!-- built files will be auto injected --> <script type="text/javascript" src