Member Avatar for PcNerd27
PcNerd270 Newbie Poster

I have a problem with laravel and vuejs the code below is in my resources in test.blade.php, I don't see anything in the internet browsers

<!doctype html> <html lang="en"> <!doctype html> <head>` <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Laravel</title> <!-- Fonts --> <link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet"> <!-- Style --> </head> <body> <div id="app"> <test></test> </div> <script src="http://192.168.3.129/js/app.js"></script> </body>