Vấn đề về Webpack và NuxtJS
TAMIX
Đã trả lời thg 11 6, 2019 8:05 SA
head: {
script:[
{
src:"https://code.jquery.com/jquery-3.4.1.min.js",
type: "text/javascript"
},
{
src:"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js",
type: "text/javascript"
},
{
type: 'text/javascript',
src: '/js/refresh.magic.js', /* đường dẫn thư mục static/js/... */
body: true,
},
]
},
+1
Convert HTML/CSS/JS to VueJS Component
TAMIX
Đã trả lời thg 11 1, 2019 7:25 SA
Thư viện bên thứ 3 thì cũng chỉ có cách import thẳng vào thôi.
0
Nuxtjs: Script trong component bị load nhiều lần khi chuyển page ?
TAMIX
Đã trả lời thg 9 27, 2019 9:27 SA
<div class="col-sm-12">
<div id="block-search">
<div id='form-search' class='' >
<form action='' method='post'>
<div id='' class='search-box' >
<input type='text' name='keyword' placeholder='Nhập tìm kiếm ...' value='' id='search_text' />
<input type='submit' name='search' value='Tìm kiếm' id='search_sub' />
</div>
</form>
</div>
</div>
<div id='search' class='' >
<img id='icon-search' src='~/assets/frontend/images/index/icon-search.svg' alt='search' title='search' />
</div>
</div>
<!-- component html-->
<script>
export default {
};
if (process.client) {
$(document).on('router-loaded',function(){
$('body').on('click','#icon-search',function(){
$('#form-search').toggle(500);
});
});
};
</script>
0
Tự động thêm text khi chạy
TAMIX
Đã trả lời thg 9 14, 2019 2:38 SA
Nếu ở đâu cũng thấy thì nó sẽ nằm trong các file config
0
Tổ chức
Chưa có tổ chức nào.