jqhph / dcat-admin

🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码
http://www.dcatadmin.com
MIT License
3.9k stars 712 forks source link

how to use vue #1743

Closed guangdao0428 closed 2 years ago

guangdao0428 commented 2 years ago

Description:

use admin_asset function to load vue resources, such as js, css

use vue table and page function.

table init successfully, but page click can not use

Steps To Reproduce:

1.define page

<link rel="stylesheet" href="{{ admin_asset("css/element-ui-theme-chalk.css") }}">

2.operate page 2 or 3 and more, don't send request

someone know how to resolve it , help me, thanks.

guangdao0428 commented 2 years ago

@click替换成v-on:click解决问题