И
Size: a a a
И
И
config/app.php
SS
[Vue warn]: Cannot find element: #app_items
AH
[Vue warn]: Cannot find element: #app_items
FL
[Vue warn]: Cannot find element: #app_items
SS
new Vue({
el:'#app_items',
components: {
items
}
});
AH
new Vue({
el:'#app_items',
components: {
items
}
});
// ...
<body>
<div id="app_items"></div>
// ...
SS
AH
AH
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex"/>
// ...
<title>Laravel</title>
</head>
<body>
<div id="app"></div>
<script src="/js/manifest.js"></script>
<script src="/js/vendor.js"></script>
<script src="/js/app.js"></script>
</body>
</html>
SS
ИЛ
AH
ИЛ
ИЛ
ИЛ
SS
S
SS