robin*

메인 레이아웃에서 vue 제거

...@@ -19,6 +19,5 @@ ...@@ -19,6 +19,5 @@
19 </div> 19 </div>
20 <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> 20 <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
21 <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"></script> 21 <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
22 -<script src="https://unpkg.com/vue@next"></script>
23 </body> 22 </body>
24 </html> 23 </html>
...\ No newline at end of file ...\ No newline at end of file
......